diff options
Diffstat (limited to 'misc/osxfe/ioquake3fe/ErrorWindowController.m')
-rw-r--r-- | misc/osxfe/ioquake3fe/ErrorWindowController.m | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/misc/osxfe/ioquake3fe/ErrorWindowController.m b/misc/osxfe/ioquake3fe/ErrorWindowController.m index 40bd296..ceb3f8b 100644 --- a/misc/osxfe/ioquake3fe/ErrorWindowController.m +++ b/misc/osxfe/ioquake3fe/ErrorWindowController.m @@ -12,8 +12,7 @@ // yes, a whole class just so the fucking app will quit -- (BOOL)windowShouldClose:(id)sender -{ +- (BOOL)windowShouldClose:(id)sender { [NSApp terminate:self]; return YES; } |