Fix typo in debug output.

This commit is contained in:
Mark de Wever 2010-07-21 21:28:45 +00:00
parent 593870cf27
commit aed8edf30b

View file

@ -809,7 +809,7 @@ timage::timage(const config& cfg)
if(!tmp) {
ERR_GUI_D << "Image: '" << cfg["name"]
<< "'not found and won't be drawn.\n";
<< "' not found and won't be drawn.\n";
return;
}