GIT
/
REPO
/
FRED-BOY
Projects
/
flatwaifu.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f8681f3
)
Add missed initialization parameter
author
Alexey Aleshkov <djmadcat@gmail.com>
Sun, 10 Dec 2017 11:29:10 +0000
(14:29 +0300)
committer
Alexey Aleshkov <djmadcat@gmail.com>
Sun, 10 Dec 2017 11:32:11 +0000
(14:32 +0300)
src/config.c
patch
|
blob
|
history
diff --git
a/src/config.c
b/src/config.c
index 5751a16173198a2ae43ec26ebb6d3c57470fa344..fbfadc0c9fb9941543bf8fe018d393082c3474ab 100644
(file)
--- a/
src/config.c
+++ b/
src/config.c
@@
-94,7
+94,7
@@
static cfg_t cfg[]={
{NULL,"pl2_prev", &pl2.kwl,KEY,0},
{NULL,"pl2_use", &pl2.kp,KEY,0},
{"config",NULL,cfg_file,STRING,0},
- {NULL,NULL,NONE,0}
+ {NULL,NULL,N
ULL,N
ONE,0}
};
DEADSOFTWARE 2012-2025