Fixed some typos.

This commit is contained in:
Pietro Gagliardi 2015-12-21 17:14:40 -05:00
parent 4b74894536
commit 31682e48cb
2 changed files with 2 additions and 1 deletions

View File

@ -3,7 +3,7 @@
package ui package ui
// #cgo LDFLAGS: -L${SRCDIR} -lui -framework CoreFoundation -lpthread -rpath @executable_path // #cgo LDFLAGS: -L${SRCDIR} -lui -framework CoreFoundation -lpthread -rpath @executable_path
// /* (thanks to http://jorgen.tjer.no/post/2014/05/20/dt-rpath-ld-and-at-rpath-dyld/ for the @executable_path clarifiaction */ // /* (thanks to http://jorgen.tjer.no/post/2014/05/20/dt-rpath-ld-and-at-rpath-dyld/ for the @executable_path clarifiaction) */
// #include <CoreFoundation/CoreFoundation.h> // #include <CoreFoundation/CoreFoundation.h>
// #include <pthread.h> // #include <pthread.h>
// extern void _CFRunLoopSetCurrent(CFRunLoopRef); // extern void _CFRunLoopSetCurrent(CFRunLoopRef);

View File

@ -1,4 +1,5 @@
// 20 december 2015 // 20 december 2015
package ui package ui
// #include "ui.h" // #include "ui.h"