mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-19 19:19:40 +00:00
Add missing newline symbol for debug statement.
This commit is contained in:
parent
a7e088cad0
commit
ec1a14a300
@ -233,7 +233,7 @@ bool load_strings(bool complain)
|
||||
}
|
||||
DBG_G << "[/language]\n";
|
||||
}
|
||||
DBG_G << "done";
|
||||
DBG_G << "done\n";
|
||||
|
||||
return true;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user