X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fopenbox;a=blobdiff_plain;f=openbox%2Factions%2Fif.c;fp=openbox%2Factions%2Fif.c;h=411e95c076c6f355c25b11a98b83979cc5d360c8;hp=3f4c4d64f72c15d5f1df8fcb9baa10045d772ab5;hb=bcfe59fce27bb6a7aa7bc9dde2ad461dfaf68816;hpb=b4b780bae62852d098080b33919c5e12c7e41227 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;