Compare commits
2 Commits
d3f5e888e3
...
3bd678d48e
Author | SHA1 | Date | |
---|---|---|---|
3bd678d48e | |||
04bfca1932 |
2
hkd.c
2
hkd.c
@ -753,7 +753,9 @@ void parse_config_file (void)
|
|||||||
bb++;
|
bb++;
|
||||||
// get state
|
// get state
|
||||||
switch (*bb) {
|
switch (*bb) {
|
||||||
|
#if defined(__X86_64__) || defined(__i386__)
|
||||||
case EOF:
|
case EOF:
|
||||||
|
#endif
|
||||||
case '\0':
|
case '\0':
|
||||||
// If it is the end of the last block exit
|
// If it is the end of the last block exit
|
||||||
if (exit_state > 1)
|
if (exit_state > 1)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user