Remove extra semicolons at the ends of some lines.

This commit is contained in:
Rohit Nirmal
2014-09-10 12:17:38 -04:00
parent 71cb09f1ca
commit c0f7cab3f5
3 changed files with 3 additions and 3 deletions

View File

@ -389,7 +389,7 @@ void SCoreStartupParameter::CheckMemcardPath(std::string& memcardPath, std::stri
{
// filename has region, but it's not == gameRegion
// Just set the correct filename, the EXI Device will create it if it doesn't exist
memcardPath = filename.replace(filename.size()-ext.size(), ext.size(), ext);;
memcardPath = filename.replace(filename.size()-ext.size(), ext.size(), ext);
}
}
}