summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2016-01-06 20:24:31 -0500
committerPietro Gagliardi <[email protected]>2016-01-06 20:24:31 -0500
commit82d0efb92d7fdcb75bb9608e3a9ddb5465e721f0 (patch)
tree4ddbf2b19541c49bf48354de7c41eaa76bf844a4 /main.go
parenta76ba524c61dfdd2faca467575e46c397af85275 (diff)
Re-enabled @executable_path and OS X linking now that the OS X build is fixed. Now I just have to figure out why it's not linking...
Diffstat (limited to 'main.go')
-rw-r--r--main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.go b/main.go
index de7b1ca..f6109f3 100644
--- a/main.go
+++ b/main.go
@@ -18,7 +18,7 @@ import (
// {
// uiQueueMain(doQueued, x);
// }
-// static inline int realOnShouldQuit(void)
+// static inline void realOnShouldQuit(void)
// {
// uiOnShouldQuit(doOnShouldQuit, NULL);
// }