General: Fix up doxygen comments

This commit is contained in:
Lioncash 2015-09-10 11:07:33 -04:00
parent 248b2993e8
commit d3efa637b4
7 changed files with 9 additions and 11 deletions

View file

@ -50,7 +50,7 @@ static FileType IdentifyFile(FileUtil::IOFile& file) {
/**
* Guess the type of a bootable file from its extension
* @param extension String extension of bootable file
* @param extension_ String extension of bootable file
* @return FileType of file
*/
static FileType GuessFromExtension(const std::string& extension_) {