mirror of https://github.com/stella-emu/stella.git
VERY minor copy&paste error fix
This commit is contained in:
parent
35ae38572c
commit
4085469dbc
|
@ -192,7 +192,7 @@ bool CartridgeF8::load(Serializer& in)
|
|||
}
|
||||
catch(...)
|
||||
{
|
||||
cerr << "ERROR: CartridgeF8SC::load" << endl;
|
||||
cerr << "ERROR: CartridgeF8::load" << endl;
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue