diff options
Diffstat (limited to 'libs/libcurl/src/strtok.c')
-rw-r--r-- | libs/libcurl/src/strtok.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/libcurl/src/strtok.c b/libs/libcurl/src/strtok.c index a51771a032..ffd546170c 100644 --- a/libs/libcurl/src/strtok.c +++ b/libs/libcurl/src/strtok.c @@ -65,4 +65,4 @@ Curl_strtok_r(char *ptr, const char *sep, char **end) return NULL;
}
-#endif /* this was only compiled if strtok_r wasn't present */
+#endif /* this was only compiled if strtok_r was not present */
|