diff options
Diffstat (limited to 'src/sticker_print.c')
-rw-r--r-- | src/sticker_print.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sticker_print.c b/src/sticker_print.c index 65e79513c..b19dcdc9c 100644 --- a/src/sticker_print.c +++ b/src/sticker_print.c @@ -30,7 +30,7 @@ sticker_print_value(struct client *client, } static void -print_sticker_cb(const char *name, const char *value, gpointer data) +print_sticker_cb(const char *name, const char *value, void *data) { struct client *client = data; |