We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c6d856 commit e115efcCopy full SHA for e115efc
dokan/dokan.h
@@ -109,7 +109,7 @@ extern "C" {
109
/**
110
* Enable Case sensitive path.
111
* By default all path are case insensitive.
112
- * For case sensitive: \dir\File & \diR\file are different files
+ * For case sensitive: \dir\File & \diR\\file are different files
113
* but for case insensitive they are the same.
114
*/
115
#define DOKAN_OPTION_CASE_SENSITIVE (1 << 9)
0 commit comments