Add missing newline symbol for debug statement.

This commit is contained in:
Andrius Silinskas 2013-06-08 16:25:43 +01:00
parent a7e088cad0
commit ec1a14a300

View File

@ -233,7 +233,7 @@ bool load_strings(bool complain)
}
DBG_G << "[/language]\n";
}
DBG_G << "done";
DBG_G << "done\n";
return true;
}