diff options
Diffstat (limited to '')
-rw-r--r-- | src/sticker.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sticker.c b/src/sticker.c index cad4e1c97..cb845001b 100644 --- a/src/sticker.c +++ b/src/sticker.c @@ -194,7 +194,7 @@ sticker_load_value(const char *type, const char *uri, const char *name) return value; } -GHashTable * +static GHashTable * sticker_list_values(const char *type, const char *uri) { int ret; |