From ee87fc5b9c71190646a88eb2e2089f9232a931ab Mon Sep 17 00:00:00 2001 From: Alessandro Mauri Date: Sun, 13 Sep 2020 15:52:42 +0200 Subject: [PATCH] fixed compiler warnings --- dwm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dwm.c b/dwm.c index 0f97bd2..5485bd1 100644 --- a/dwm.c +++ b/dwm.c @@ -144,7 +144,7 @@ typedef struct { typedef struct { const char **command; - const char **name; + const char *name; } Launcher; /* function declarations */