1
0
mirror of https://github.com/gryf/wmaker.git synced 2026-01-06 22:04:12 +01:00

utils: Added a few missing attributes to local variables

Signed-off-by: Christophe CURIS <christophe.curis@free.fr>
This commit is contained in:
Christophe CURIS
2013-11-23 18:14:06 +01:00
committed by Carlos R. Mafra
parent c16c1a32af
commit 23ac316d1e
2 changed files with 2 additions and 2 deletions

View File

@@ -41,7 +41,7 @@ static void (*parse)(const char *file, void (*addWMMenuEntryCallback)(WMMenuEntr
static Bool (*validateFilename)(const char *filename, const struct stat *st, int tflags, struct FTW *ftw);
static WMArray *plMenuNodes;
char *terminal;
static const char *terminal;
extern char *__progname;