Match-id-955019847965808fc548ea017c7e1623abedfbe3

This commit is contained in:
BianTanggui
2020-06-01 23:11:04 +08:00
parent ce562d8ec0
commit 18fcecc02d
2 changed files with 5 additions and 5 deletions

View File

@@ -210,7 +210,7 @@ int GetParentPathStr(const char *path, int lenOfPath, char *parent)
return 0;
}
int MakeDir(char * dir, int mode)
int MakeDir(char *dir, int mode)
{
return mkdir(dir, mode);
}