From 556eb7b7fb20b3b0db03b6d92259ad3bb16dccde Mon Sep 17 00:00:00 2001 From: Mikael Magnusson Date: Tue, 4 Sep 2007 06:21:22 +0200 Subject: ANSI function declarations, ie () -> (void) --- openbox/actions/all.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openbox/actions/all.c') diff --git a/openbox/actions/all.c b/openbox/actions/all.c index 06858c05..47141ac6 100644 --- a/openbox/actions/all.c +++ b/openbox/actions/all.c @@ -1,6 +1,6 @@ #include "all.h" -void action_all_startup() +void action_all_startup(void) { action_execute_startup(); action_debug_startup(); -- cgit v1.2.3