diff options
Diffstat (limited to 'openbox')
| -rw-r--r-- | openbox/actions/if.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/openbox/actions/if.c b/openbox/actions/if.c index 3f4c4d64..411e95c0 100644 --- a/openbox/actions/if.c +++ b/openbox/actions/if.c @@ -46,10 +46,10 @@ void action_if_startup(void) actions_register("If", setup_func, free_func, run_func); } -static inline set_bool(xmlNodePtr node, - const char *name, - gboolean *on, - gboolean *off) +static inline void set_bool(xmlNodePtr node, + const char *name, + gboolean *on, + gboolean *off) { xmlNodePtr n; |
