diff options
| author | Pietro Gagliardi <[email protected]> | 2015-04-06 20:01:14 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2015-04-06 20:01:14 -0400 |
| commit | 685844c5940dab356c348c51ceee29954305ec8b (patch) | |
| tree | 8516bcb1633a22a3f041af2d2df0a2115a2b5328 /new/test.c | |
| parent | e4d6d11925e7da8eb8b6c2960ddff88245b876ff (diff) | |
Fixed initial Mac OS X code.
Diffstat (limited to 'new/test.c')
| -rw-r--r-- | new/test.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -26,5 +26,6 @@ int main(void) uiWindowShow(w); uiMain(); + printf("after uiMain()\n"); return 0; } |
