make respects system compiler setting
This commit is contained in:
parent
d3f5e888e3
commit
04bfca1932
2
hkd.c
2
hkd.c
@ -753,7 +753,7 @@ void parse_config_file (void)
|
|||||||
bb++;
|
bb++;
|
||||||
// get state
|
// get state
|
||||||
switch (*bb) {
|
switch (*bb) {
|
||||||
case EOF:
|
case (int)EOF:
|
||||||
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…
Reference in New Issue
Block a user