fixed compiler warnings

This commit is contained in:
Alessandro Mauri 2020-09-13 15:52:42 +02:00
parent 1dae96e662
commit ee87fc5b9c

2
dwm.c
View File

@ -144,7 +144,7 @@ typedef struct {
typedef struct { typedef struct {
const char **command; const char **command;
const char **name; const char *name;
} Launcher; } Launcher;
/* function declarations */ /* function declarations */