r337 - trunk

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Thu Sep 20 00:46:10 EDT 2007


Author: icculus
Date: 2007-09-20 00:46:09 -0400 (Thu, 20 Sep 2007)
New Revision: 337

Modified:
   trunk/gui_macosx.c
Log:
Minor STUBBED cleanup.


Modified: trunk/gui_macosx.c
===================================================================
--- trunk/gui_macosx.c	2007-09-20 04:45:49 UTC (rev 336)
+++ trunk/gui_macosx.c	2007-09-20 04:46:09 UTC (rev 337)
@@ -199,7 +199,7 @@
                                        int percent, const char *item)
 {
     // !!! FIXME: write me.
-    STUBBED(__FUNCTION__)
+    STUBBED("macosx progress");
     return 1;
 } // MojoGui_macosx_progress
 
@@ -207,7 +207,7 @@
 static void MojoGui_macosx_final(const char *msg)
 {
     // !!! FIXME: write me.
-    STUBBED(__FUNCTION__)
+    STUBBED("macosx final");
 } // MojoGui_macosx_final
 
 // end of gui_macosx.c ...




More information about the mojosetup-commits mailing list