Show error on unknown line
This commit is contained in:
@@ -2727,8 +2727,10 @@ int src;
|
|||||||
|
|
||||||
qt_compact_mode = atoi(bufp);
|
qt_compact_mode = atoi(bufp);
|
||||||
#endif
|
#endif
|
||||||
} else
|
} else {
|
||||||
|
config_error_add("Unknown config statement");
|
||||||
return 0;
|
return 0;
|
||||||
|
}
|
||||||
return retval;
|
return retval;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user