pidgin/plugins/spellchk/spellchk.c

changeset 41840
fe350460fb1c
parent 41665
149e5ba1e807
child 41923
2124729f5026
--- a/pidgin/plugins/spellchk/spellchk.c	Wed Oct 26 02:07:31 2022 -0500
+++ b/pidgin/plugins/spellchk/spellchk.c	Wed Oct 26 02:58:05 2022 -0500
@@ -2031,7 +2031,8 @@
 	save_list();
 }
 
-static void save_list()
+static void
+save_list(void)
 {
 	GString *data;
 	GtkTreeIter iter;

mercurial