This commit is contained in:
mathusummut
2019-04-04 23:27:24 +02:00
parent aa7c0b4dca
commit e431517286
5 changed files with 1 additions and 1 deletions

View File

@@ -562,7 +562,7 @@ namespace Shared {
}
path += seperator;
}
return path
return path;
}
string formatPath(string path) {