From 7d6ee51fabb1b8e3438759ba946680cb3bf45aba Mon Sep 17 00:00:00 2001 From: Mikael Magnusson Date: Thu, 5 Nov 2009 18:01:41 +0100 Subject: [PATCH] Fix getting to end of non-void function in de-iconify hack --- openbox/actions/iconify.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/openbox/actions/iconify.c b/openbox/actions/iconify.c index 9f4fd450..f3fac34b 100644 --- a/openbox/actions/iconify.c +++ b/openbox/actions/iconify.c @@ -19,6 +19,8 @@ static gpointer setup_func(xmlNodePtr node) if ((n = obt_parse_find_node(node, "de"))) return GINT_TO_POINTER(obt_parse_node_bool(n)); + + return NULL; } /* Always return FALSE because its not interactive */ -- 2.34.1