Fix a typo

Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
falkTX 2022-05-25 17:14:20 +01:00
parent 9267d8736c
commit 6414bdfa7c
No known key found for this signature in database
GPG key ID: CDBAA37ABC74FBA0

View file

@ -62,7 +62,7 @@ enum SpecialPath {
kSpecialPathCommonProgramFiles,
kSpecialPathAppData,
};
std::string getSpecialPath(const SpecialPath type)
std::string getSpecialPath(const SpecialPath type);
#endif
std::string homeDir();
}