]> Dogcows Code - chaz/openbox/blobdiff - openbox/actions/if.c
Fix some compiler warnings
[chaz/openbox] / openbox / actions / if.c
index 3f4c4d64f72c15d5f1df8fcb9baa10045d772ab5..411e95c076c6f355c25b11a98b83979cc5d360c8 100644 (file)
@@ -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;
 
This page took 0.021161 seconds and 4 git commands to generate.