gnome-games r8536 - trunk/aisleriot
- From: chpe svn gnome org
- To: svn-commits-list gnome org
- Subject: gnome-games r8536 - trunk/aisleriot
- Date: Thu, 8 Jan 2009 12:56:44 +0000 (UTC)
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]