Show error on unknown line

This commit is contained in:
Pasi Kallinen
2017-09-09 13:25:46 +03:00
parent f8211f69f2
commit 87f991ecfc

View File

@@ -2727,8 +2727,10 @@ int src;
qt_compact_mode = atoi(bufp);
#endif
} else
} else {
config_error_add("Unknown config statement");
return 0;
}
return retval;
}