mirror of
https://github.com/Huntereb/Awoo-Installer
synced 2024-11-10 06:04:20 +00:00
fix random warning
This commit is contained in:
parent
b3a67e3992
commit
71555fb383
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ bool _makeDirectoryParents(std::string path)
|
|||
case EEXIST:
|
||||
//Done!
|
||||
bSuccess = true;
|
||||
break;std::string getHost();
|
||||
break;
|
||||
default:
|
||||
bSuccess = false;
|
||||
break;
|
||||
|
|
Loading…
Reference in a new issue