summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikael Magnusson <mikachu@gmail.com>2014-10-06 18:25:14 +0200
committerMikael Magnusson <mikachu@gmail.com>2014-10-06 22:05:26 +0200
commite02c2f4174ccb9e03956c59985cd710435c931f8 (patch)
treed7c044aabeeb1521f1e4a14839bdf3616d77f721
parent1ea131048d674f558504ec13ae8573bd407b82e4 (diff)
double space
-rw-r--r--openbox/menu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbox/menu.c b/openbox/menu.c
index 7c49cedb..d1f71a08 100644
--- a/openbox/menu.c
+++ b/openbox/menu.c
@@ -277,7 +277,7 @@ static gunichar parse_shortcut(const gchar *label, gboolean allow_shortcut,
return shortcut;
}
-static void parse_menu_item(xmlNodePtr node, gpointer data)
+static void parse_menu_item(xmlNodePtr node, gpointer data)
{
ObMenuParseState *state = data;
gchar *label;