Fix a typo.

This commit is contained in:
Mark de Wever 2009-04-25 18:57:09 +00:00
parent 4cbe34b003
commit cf8639b980

View File

@ -317,7 +317,7 @@ void manager::init() const
reinterpret_cast<const FcChar8*>
((game_config::path + "/fonts/").c_str()))) {
ERR_FT << "Could not load the true type fonts\n";
ERR_FT << "Could not load the true type fonts\n";
throw error();
}
#endif