mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-20 23:58:54 +02:00
fix a compiler warning
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user