Skip to content

Commit 919ab8e

Browse files
committed
Update
1 parent 52248f7 commit 919ab8e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

c/functions.c

+1-2
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ TidyBoolean tidyFML_exists(const char[] tidyPath){
3939
#endif
4040
}
4141

42-
# this function check if the path is a directory.
4342
TidyResult tidyFML_isFolder(const char[] tidyPath){
4443
TidyResult resultHere;
4544
#ifdef _WIN32
@@ -71,7 +70,7 @@ TidyResult tidyFML_isFolder(const char[] tidyPath){
7170
#endif
7271
return resultHere;
7372
}
74-
# this function check if the path is a file.
73+
7574
TidyResult tidyFML_isFile(const char[] tidyPath){
7675
TidyResult resultHere;
7776
#ifdef _WIN32

0 commit comments

Comments
 (0)