fixed potential (harmless) error in desktop.c

This commit is contained in:
cylgom 2017-08-20 15:15:23 +02:00
parent 22f906bc3e
commit 23aa373f27
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
/* array sizes */
#define LY_LIM_LINE_FILE 256
#define LY_LIM_LINE_CONSOLE 256
#define LY_LIM_PATH 256
#define LY_LIM_PATH 512
#define LY_LIM_CMD 256
/* behaviour */