VERY minor copy&paste error fix

This commit is contained in:
thrust26 2017-11-27 11:51:25 +01:00
parent 35ae38572c
commit 4085469dbc
1 changed files with 1 additions and 1 deletions

View File

@ -192,7 +192,7 @@ bool CartridgeF8::load(Serializer& in)
}
catch(...)
{
cerr << "ERROR: CartridgeF8SC::load" << endl;
cerr << "ERROR: CartridgeF8::load" << endl;
return false;
}