From ddf9633d95235ed783cdab42e79e99b7b0f6bee0 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 9 Jan 2012 15:27:07 -0500 Subject: [PATCH] fix a compiler warning --- glib/tests/regex.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glib/tests/regex.c b/glib/tests/regex.c index b256cb481..a3ca95fef 100644 --- a/glib/tests/regex.c +++ b/glib/tests/regex.c @@ -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)