Skip to content
Snippets Groups Projects
Commit 57d79aeb authored by Per Cederqvist's avatar Per Cederqvist
Browse files

Added \r to WHITESPACE.

parent b266c12f
Branches
Tags
No related merge requests found
...@@ -102,4 +102,4 @@ const int MAXQUEUEDSIZE = 300; ...@@ -102,4 +102,4 @@ const int MAXQUEUEDSIZE = 300;
const int MAXDEQUEUELEN = 10; const int MAXDEQUEUELEN = 10;
/* What is whitespace? */ /* What is whitespace? */
const unsigned char *WHITESPACE = (const unsigned char *)" \t\f\n"; const unsigned char *WHITESPACE = (const unsigned char *)" \t\f\n\r";
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment