Skip to content
This repository was archived by the owner on Mar 3, 2022. It is now read-only.

Commit c5d48cb

Browse files
committed
Preparations for the 0.13
1 parent 4cee3d3 commit c5d48cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/jlppc/regimys/start/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ bool mkdir(const std::string &path) {
6565
#ifndef _WIN32
6666
return !result;
6767
#else
68-
return true;//Because mkdir in windows returns false if the directory exists
68+
return true;//Because mkdir in windows returns false if the directory exists$
6969
#endif
7070
}
7171

0 commit comments

Comments
 (0)