Merge pull request #773 from kevlahnota/master

Semicolon
This commit is contained in:
Anthony Calosa
2016-07-20 11:40:24 -05:00
committed by GitHub
+1 -1
View File
@@ -151,7 +151,7 @@ void DeckMenu::RenderBackground()
bgFilename << backgroundName << ".png"; bgFilename << backgroundName << ".png";
#if defined (PSP) #if defined (PSP)
bgFilename << "psppspdeckmenu.png" bgFilename << "psppspdeckmenu.png";
#endif #endif
static bool loadBackground = true; static bool loadBackground = true;