Schema: add missing newline character to message

This commit is contained in:
mattsc 2021-05-18 09:07:35 -07:00 committed by Pentarctagon
parent 6fcca95be0
commit 1eca762270

View file

@ -621,7 +621,7 @@ void game_config_manager::load_addons_cfg()
throw game::error("Did not find an add-on for --validate-addon");
}
WRN_CONFIG << "Note: for --validate-addon to find errors, you have to play (in the GUI) a game that uses the add-on.";
WRN_CONFIG << "Note: for --validate-addon to find errors, you have to play (in the GUI) a game that uses the add-on." << std::endl;
}
if(!error_addons.empty()) {