Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Per Cederqvist
lyskom-server-ceder-1616-generations-topgit
Commits
57d79aeb
Commit
57d79aeb
authored
Aug 24, 1991
by
Per Cederqvist
Browse files
Added \r to WHITESPACE.
parent
b266c12f
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/server/server-config.c
View file @
57d79aeb
...
...
@@ -102,4 +102,4 @@ const int MAXQUEUEDSIZE = 300;
const
int
MAXDEQUEUELEN
=
10
;
/* What is whitespace? */
const
unsigned
char
*
WHITESPACE
=
(
const
unsigned
char
*
)
"
\t\f\n
"
;
const
unsigned
char
*
WHITESPACE
=
(
const
unsigned
char
*
)
"
\t\f\n
\r
"
;
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment