Browse Source

Fix a typo

Signed-off-by: falkTX <falktx@falktx.com>
tags/22.06
falkTX 3 years ago
parent
commit
6414bdfa7c
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      plugins/Cardinal/src/Ildaeil.cpp

+ 1
- 1
plugins/Cardinal/src/Ildaeil.cpp 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();
}


Loading…
Cancel
Save