aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--src/utils/mac/skia_mac.mm3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/utils/mac/skia_mac.mm b/src/utils/mac/skia_mac.mm
index 3bb15b4e86..e3c31c40f6 100644
--- a/src/utils/mac/skia_mac.mm
+++ b/src/utils/mac/skia_mac.mm
@@ -8,6 +8,7 @@
#import <Cocoa/Cocoa.h>
#include "SkApplication.h"
+
int main(int argc, char *argv[]) {
signal(SIGPIPE, SIG_IGN);
NSAutoreleasePool* pool = [[NSAutoreleasePool alloc] init];
@@ -16,4 +17,4 @@ int main(int argc, char *argv[]) {
application_term();
[pool release];
return retVal;
-} \ No newline at end of file
+}