gnome-games r8481 - trunk/libgames-support
- From: chpe svn gnome org
- To: svn-commits-list gnome org
- Subject: gnome-games r8481 - trunk/libgames-support
- Date: Tue, 6 Jan 2009 18:20:00 +0000 (UTC)
Author: chpe
Date: Tue Jan 6 18:20:00 2009
New Revision: 8481
URL: http://svn.gnome.org/viewvc/gnome-games?rev=8481&view=rev
Log:
Code style.
Modified:
trunk/libgames-support/games-card-theme-pysol.c
Modified: trunk/libgames-support/games-card-theme-pysol.c
==============================================================================
--- trunk/libgames-support/games-card-theme-pysol.c (original)
+++ trunk/libgames-support/games-card-theme-pysol.c Tue Jan 6 18:20:00 2009
@@ -126,7 +126,7 @@
n_fields = g_strv_length (fields);
if (n_fields < 2)
goto out;
- if (!strcmp (g_strstrip (fields[0]), "PySol solitaire cardset") == 0)
+ if (strcmp (g_strstrip (fields[0]), "PySol solitaire cardset") != 0)
goto out;
if (!parse_int (g_strstrip (fields[1]), &data->version))
goto out;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]