aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/main_welcome.h
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2008-12-02 08:11:23 +0000
committerJörg Mayer <jmayer@loplof.de>2008-12-02 08:11:23 +0000
commit4149a23cc572bffc4bca1628d3633add6761961d (patch)
tree001e86e9275cdc671189d4dd2fb346da56b4c2cc /gtk/main_welcome.h
parent7c65de9865e68cc5cc758ed086b8aa54c17eeb5b (diff)
Trivial warning fixes
svn path=/trunk/; revision=26899
Diffstat (limited to 'gtk/main_welcome.h')
-rw-r--r--gtk/main_welcome.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/main_welcome.h b/gtk/main_welcome.h
index 0b52e8da9e..b646428465 100644
--- a/gtk/main_welcome.h
+++ b/gtk/main_welcome.h
@@ -29,7 +29,7 @@
GtkWidget *welcome_new(void);
/* reset the list of recently used files */
-void main_welcome_reset_recent_capture_files();
+void main_welcome_reset_recent_capture_files(void);
/* add a new file to the list of recently used files */
void main_welcome_add_recent_capture_files(const char *widget_cf_name);