sdl: fix typo / output formatting issue

This commit is contained in:
punkrockguy318 2012-03-06 08:48:19 +00:00
parent 646847ddc8
commit 679b98e70b
1 changed files with 1 additions and 1 deletions

View File

@ -576,7 +576,7 @@ Config::parse(int argc,
// TODO 0 = good -1 = bad
std::string fname = cfgd_dir_name + dir->d_name;
printf("Loading auxilary configuration file at %s\n...", fname.c_str());
printf("Loading auxilary configuration file at %s...\n", fname.c_str());
if (_loadFile(fname.c_str()) != 0)
{
printf("Failed to parse configuration at %s\n", fname.c_str());