mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-25 19:52:10 +01:00
fix a compiler warning
This commit is contained in:
parent
39dc681fc7
commit
ddf9633d95
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user