about summary refs log tree commit diff
path: root/src/osxlaunch
diff options
context:
space:
mode:
authorJoel de Vahl <joel@stalverk80.se>2007-12-19 21:35:07 +0000
committerJoel de Vahl <joel@stalverk80.se>2007-12-19 21:35:07 +0000
commitb98ed0473ae4b3f546018f52c9cfac9f81c7e17f (patch)
treea47a7ee9090ccee27102ef4acff618de202eaf77 /src/osxlaunch
parent5669c11a0b651dd79e467de99b16971cbde7135b (diff)
downloadzcatch-b98ed0473ae4b3f546018f52c9cfac9f81c7e17f.tar.gz
zcatch-b98ed0473ae4b3f546018f52c9cfac9f81c7e17f.zip
stupid goddamn colon
Diffstat (limited to 'src/osxlaunch')
-rw-r--r--src/osxlaunch/main.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/osxlaunch/main.m b/src/osxlaunch/main.m
index 8d23f5b6..6b628a3b 100644
--- a/src/osxlaunch/main.m
+++ b/src/osxlaunch/main.m
@@ -40,7 +40,7 @@
 
 -(void)windowWillClose:(NSNotification *)notification
 {
-	[task terminate]
+	[task terminate];
     [NSApp terminate:self];
 }
 @end