[fix] typo in constant
This commit is contained in:
@@ -17,12 +17,12 @@ extern "C" {
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef _WIN32
|
#ifdef _WIN32
|
||||||
#define PATH_SEPERATOR "\\"
|
#define PATH_SEPARATOR "\\"
|
||||||
#else
|
#else
|
||||||
#define PATH_SEPERATOR "/"
|
#define PATH_SEPARATOR "/"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define PATH_SEPERATOR_LEN strlen(PATH_SEPERATOR)
|
#define PATH_SEPARATOR_LEN strlen(PATH_SEPARATOR)
|
||||||
|
|
||||||
#define TAB_SEPARATOR "\t"
|
#define TAB_SEPARATOR "\t"
|
||||||
#define TAB_SEPARATOR_LEN strlen(TAB_SEPARATOR)
|
#define TAB_SEPARATOR_LEN strlen(TAB_SEPARATOR)
|
||||||
|
|||||||
Reference in New Issue
Block a user