Fix compilation warning: Use gpointer variables

This commit is contained in:
Javier Jardón 2009-11-02 03:10:16 +01:00
parent ba9f53397f
commit 1a02671437

View File

@ -2269,8 +2269,8 @@ update_color_hash (ColorSchemeData *data,
gint i;
GHashTable *old_hash;
GHashTableIter iter;
gchar *name;
GdkColor *color;
gpointer name;
gpointer color;
if ((str == NULL || *str == '\0') &&
(data->lastentry[source] == NULL || data->lastentry[source][0] == '\0'))