Remove some unnecessary semicolons

This commit is contained in:
Lioncash
2014-09-11 13:00:40 -04:00
parent c6f3424ab1
commit b06ec302d1
24 changed files with 26 additions and 26 deletions

View File

@ -15,4 +15,4 @@ namespace Gecko
void LoadCodes(const IniFile& globalIni, const IniFile& localIni, std::vector<GeckoCode>& gcodes);
void SaveCodes(IniFile& inifile, const std::vector<GeckoCode>& gcodes);
};
}