]> Pileus Git - ~andy/gtk/commitdiff
Fix compile warning in defaultvalue test
authorKristian Rietveld <kris@gtk.org>
Wed, 30 Sep 2009 11:09:22 +0000 (13:09 +0200)
committerKristian Rietveld <kris@gtk.org>
Wed, 30 Sep 2009 11:09:22 +0000 (13:09 +0200)
gtk/tests/defaultvalue.c

index 6f3f7220812e6d0d073cba98026108a68bf3e9da..a3534b176da852c17cdf95f5b8841af730572a39 100644 (file)
@@ -173,8 +173,8 @@ test_type (gconstpointer data)
 
       /* Default invisible char is determined at runtime */
       if (g_type_is_a (type, GTK_TYPE_ENTRY) &&
-         strcmp (pspec->name, "invisible-char") == 0 ||
-          strcmp (pspec->name, "buffer") == 0)
+         (strcmp (pspec->name, "invisible-char") == 0 ||
+           strcmp (pspec->name, "buffer") == 0))
        continue;
 
       /* Gets set to the cwd */