about summary refs log tree commit diff
path: root/src/osxlaunch
diff options
context:
space:
mode:
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