Fix compile warning in defaultvalue test

This commit is contained in:
Kristian Rietveld
2009-09-30 13:09:22 +02:00
parent dc04e012cf
commit 2518fbdc02

View 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 */