mirror of
https://github.com/Relintai/rcpp_framework.git
synced 2024-11-14 04:57:21 +01:00
Add missing newline.
This commit is contained in:
parent
374fb21257
commit
f2ea46f5d7
@ -7,7 +7,7 @@ void Settings::parse_file(const std::string &path) {
|
|||||||
FILE *f = fopen(path.c_str(), "r");
|
FILE *f = fopen(path.c_str(), "r");
|
||||||
|
|
||||||
if (!f) {
|
if (!f) {
|
||||||
printf("Settings::parse_file: Error opening file!");
|
printf("Settings::parse_file: Error opening file!\n");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user