mirror of https://github.com/stella-emu/stella.git
Fix minor warning from clang.
This commit is contained in:
parent
8a93e70cc9
commit
8782a39ce7
|
@ -294,7 +294,7 @@ string TIASurface::effectsInfo() const
|
|||
break;
|
||||
}
|
||||
|
||||
buf << ", inter=" << myOSystem.settings().getBool("tia.inter") ? "enabled" : "disabled";
|
||||
buf << ", inter=" << (myOSystem.settings().getBool("tia.inter") ? "enabled" : "disabled");
|
||||
|
||||
return buf.str();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue