gnome-games r8536 - trunk/aisleriot



Author: chpe
Date: Thu Jan  8 12:56:44 2009
New Revision: 8536
URL: http://svn.gnome.org/viewvc/gnome-games?rev=8536&view=rev

Log:
Return NULL here, not FALSE

Modified:
   trunk/aisleriot/game.c

Modified: trunk/aisleriot/game.c
==============================================================================
--- trunk/aisleriot/game.c	(original)
+++ trunk/aisleriot/game.c	Thu Jan  8 12:56:44 2009
@@ -2065,7 +2065,7 @@
                             cscmi_call_lambda, &data,
                             cscmi_catch_handler, &data);
   if (data.exception)
-    return FALSE;
+    return NULL;
 
   options_list = data.retval;
   if (scm_is_false (scm_list_p (options_list)))



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]