mirror of https://github.com/stella-emu/stella.git
Fixed trailing space in Debugger class file.
This commit is contained in:
parent
7c679fda31
commit
29eb553a0c
|
@ -177,7 +177,7 @@ bool Debugger::start(const string& message, int address, bool read)
|
|||
ostringstream buf;
|
||||
buf << message;
|
||||
if(address > -1)
|
||||
buf << cartDebug().getLabel(address, read, 4);
|
||||
buf << cartDebug().getLabel(address, read, 4);
|
||||
myDialog->message().setText(buf.str());
|
||||
return true;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue