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

View File

@@ -151,7 +151,7 @@ void DeckMenu::RenderBackground()
bgFilename << backgroundName << ".png";
#if defined (PSP)
bgFilename << "psppspdeckmenu.png"
bgFilename << "psppspdeckmenu.png";
#endif
static bool loadBackground = true;