From 207c3312d59537f8550dfeea6c80bab17e267473 Mon Sep 17 00:00:00 2001 From: phillbush Date: Sat, 30 May 2020 09:45:11 -0300 Subject: [PATCH] typo --- xmenu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xmenu.c b/xmenu.c index d9e6348..abab13d 100644 --- 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 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); -- 2.20.1