From 42f4c101c13e42c90263c376ae839f8ad87baea4 Mon Sep 17 00:00:00 2001 From: grunfink Date: Sun, 5 Apr 2026 10:37:09 +0200 Subject: Fixed warning. --- format.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/format.c b/format.c index 95c1b12..37dbdf0 100644 --- a/format.c +++ b/format.c @@ -80,7 +80,7 @@ xs_dict *emojis(void) } -xs_dict *emojis_rm_categories() { +xs_dict *emojis_rm_categories(void) { xs *emjs = emojis(); char *res = xs_dict_new(); const char *k, *v; -- cgit