typo
authorphillbush <phillbush@cock.li>
Sat, 30 May 2020 12:45:11 +0000 (09:45 -0300)
committerphillbush <phillbush@cock.li>
Sat, 30 May 2020 12:45:11 +0000 (09:45 -0300)
xmenu.c

diff --git a/xmenu.c b/xmenu.c
index d9e6348..abab13d 100644 (file)
--- a/xmenu.c
+++ b/xmenu.c
@@ -73,7 +73,7 @@ static void setupdc(void);
 static void calcgeom(struct Geometry *geom);
 static struct Item *allocitem(const char *label, const char *output);
 static struct Menu *allocmenu(struct Menu *parent, struct Item *list, unsigned level);
 static void calcgeom(struct Geometry *geom);
 static struct Item *allocitem(const char *label, const char *output);
 static struct Menu *allocmenu(struct Menu *parent, struct Item *list, unsigned level);
-static struct Menu * buildmenutree(unsigned level, const char *label, const char *output);
+static struct Menu *buildmenutree(unsigned level, const char *label, const char *output);
 static struct Menu *parsestdin(void);
 static void calcmenu(struct Geometry *geom, struct Menu *menu);
 static void grabpointer(void);
 static struct Menu *parsestdin(void);
 static void calcmenu(struct Geometry *geom, struct Menu *menu);
 static void grabpointer(void);