aboutsummaryrefslogtreecommitdiffstats
path: root/misc/osxfe/ioquake3fe/ErrorWindow.m
diff options
context:
space:
mode:
Diffstat (limited to 'misc/osxfe/ioquake3fe/ErrorWindow.m')
-rw-r--r--misc/osxfe/ioquake3fe/ErrorWindow.m3
1 files changed, 1 insertions, 2 deletions
diff --git a/misc/osxfe/ioquake3fe/ErrorWindow.m b/misc/osxfe/ioquake3fe/ErrorWindow.m
index bcb373d..93a8d91 100644
--- a/misc/osxfe/ioquake3fe/ErrorWindow.m
+++ b/misc/osxfe/ioquake3fe/ErrorWindow.m
@@ -2,8 +2,7 @@
@implementation ErrorWindow
-- (void)bitch:(NSString *)errorlog
-{
+- (void)bitch:(NSString *)errorlog {
NSLog(errorlog);
NSNib *nib = [[NSNib alloc] initWithNibNamed:@"ErrorWindow.nib" bundle:[NSBundle mainBundle]];