r338 - trunk

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Thu Sep 20 02:56:16 EDT 2007


Author: icculus
Date: 2007-09-20 02:56:15 -0400 (Thu, 20 Sep 2007)
New Revision: 338

Modified:
   trunk/gui_macosx.c
Log:
Patched to compile on Mac OS X.


Modified: trunk/gui_macosx.c
===================================================================
--- trunk/gui_macosx.c	2007-09-20 04:46:09 UTC (rev 337)
+++ trunk/gui_macosx.c	2007-09-20 06:56:15 UTC (rev 338)
@@ -130,7 +130,7 @@
 } // do_prompt
 
 
-static boolean MojoGui_macosx_promptyn(const char *title, const char *text
+static boolean MojoGui_macosx_promptyn(const char *title, const char *text,
                                        boolean defval)
 {
     return do_prompt(title, text, defval, entry->_("Yes"), entry->_("No"));




More information about the mojosetup-commits mailing list