Fix parentheses

This commit is contained in:
Steven Cherry 2013-09-01 13:58:05 -05:00
parent 887d1652b5
commit fc7003d237

View File

@ -147,7 +147,7 @@ UI::EventReturn CwCheatScreen::OnImportCheat(UI::EventParams &params)
bool finished = false, skip = false;
std::vector<std::string> newList;
#ifdef ANDROID
is.open(g_Config.memCardDirectory + "PSP/Cheats/cheat.db";
is.open(g_Config.memCardDirectory + "PSP/Cheats/cheat.db");
#else
is.open("cheats/cheat.db");
#endif