mirror of
https://github.com/minetest/minetest.git
synced 2024-11-23 16:13:46 +01:00
Trivial fix (forget to remove semicolon) in gettext.cpp
This commit is contained in:
parent
b23042839b
commit
bceef8f529
@ -151,10 +151,10 @@ static void MSVC_LocaleWorkaround(int argc, char* argv[])
|
||||
|
||||
errorstream
|
||||
<< "*******************************************************" << '\n'
|
||||
<< "CMD: " << app_name << '\n';
|
||||
<< "Failed to restart with current locale: ";
|
||||
<< porting::ConvertError(e) << '\n';
|
||||
<< "Expect language to be broken!" << '\n';
|
||||
<< "CMD: " << app_name << '\n'
|
||||
<< "Failed to restart with current locale: "
|
||||
<< porting::ConvertError(e) << '\n'
|
||||
<< "Expect language to be broken!" << '\n'
|
||||
<< "*******************************************************" << std::endl;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user