mirror of https://github.com/stella-emu/stella.git
Fixed minor clang warning.
This commit is contained in:
parent
5a39e9666b
commit
ac51eb10ad
|
@ -166,7 +166,7 @@ void RomInfoWidget::parseProperties(const FSNode& node, bool full)
|
||||||
+ (isPlusCart ? " - PlusROM" : "")
|
+ (isPlusCart ? " - PlusROM" : "")
|
||||||
+ buf.str());
|
+ buf.str());
|
||||||
}
|
}
|
||||||
#if DEBUG_BUILD && IMAGE_SUPPORT
|
#if defined(DEBUG_BUILD) && defined(IMAGE_SUPPORT)
|
||||||
// Debug bezel properties:
|
// Debug bezel properties:
|
||||||
if(myProperties.get(PropType::Bezel_Name).empty())
|
if(myProperties.get(PropType::Bezel_Name).empty())
|
||||||
myRomInfo.push_back("*Bezel: " + Bezel::getName(instance().bezelDir().getPath(), myProperties));
|
myRomInfo.push_back("*Bezel: " + Bezel::getName(instance().bezelDir().getPath(), myProperties));
|
||||||
|
|
Loading…
Reference in New Issue