diff plugins/spellchk.c @ 12397:8d1cf3f847b1

[gaim-migrate @ 14704] void prototype fix. committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Thu, 08 Dec 2005 20:55:49 +0000
parents f610bde6966e
children b7a72fc48f62
line wrap: on
line diff
--- a/plugins/spellchk.c	Thu Dec 08 20:55:27 2005 +0000
+++ b/plugins/spellchk.c	Thu Dec 08 20:55:49 2005 +0000
@@ -1737,7 +1737,7 @@
 static GtkWidget *good_entry;
 static GtkWidget *complete_toggle;
 
-static void save_list();
+static void save_list(void);
 
 static void on_edited(GtkCellRendererText *cellrenderertext,
 					  gchar *path, gchar *arg2, gpointer data)