fix a compiler warning

This commit is contained in:
Matthias Clasen 2012-01-09 15:27:07 -05:00
parent 39dc681fc7
commit ddf9633d95

View File

@ -202,7 +202,7 @@ struct _Match
typedef struct _Match Match;
static void
free_match (gpointer data, gpointer user_data)
free_match (gpointer data)
{
Match *match = data;
if (match == NULL)