Remove some unnecessary semicolons

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

View file

@ -13,4 +13,4 @@ namespace BootManager
bool BootCore(const std::string& _rFilename);
void Stop();
};
}