fix random warning

This commit is contained in:
HookedBehemoth 2022-12-15 16:23:22 +01:00
parent b3a67e3992
commit 71555fb383

View file

@ -46,7 +46,7 @@ bool _makeDirectoryParents(std::string path)
case EEXIST:
//Done!
bSuccess = true;
break;std::string getHost();
break;
default:
bSuccess = false;
break;