aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/main_welcome.c
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2009-05-08 15:16:07 +0000
committerJörg Mayer <jmayer@loplof.de>2009-05-08 15:16:07 +0000
commitaf417beb8e3afe58f763c5d97e7bfcd23193045f (patch)
tree333625bd545cdeba56d66361a6585e3ad9ef009f /gtk/main_welcome.c
parent0274ef36731af89931f37d7da92a00867290b1d3 (diff)
Warningfix:
function() -> function(void) svn path=/trunk/; revision=28302
Diffstat (limited to 'gtk/main_welcome.c')
-rw-r--r--gtk/main_welcome.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/main_welcome.c b/gtk/main_welcome.c
index c48eb6863d..6d2ad00e9a 100644
--- a/gtk/main_welcome.c
+++ b/gtk/main_welcome.c
@@ -320,7 +320,7 @@ welcome_header_push_msg(gchar *msg) {
}
void
-welcome_header_pop_msg() {
+welcome_header_pop_msg(void) {
gchar *msg = NULL;
if (status_messages) {