diff options
-rw-r--r-- | cord/tests/de_win.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cord/tests/de_win.c b/cord/tests/de_win.c index e51c3b65..82f4c71d 100644 --- a/cord/tests/de_win.c +++ b/cord/tests/de_win.c @@ -147,7 +147,7 @@ char * plain_chars(char * text, size_t len) } /* Return the argument with all non-control-characters replaced by */ -/* blank, and all control characters c replaced by c + 32. */ +/* blank, and all control characters c replaced by c + 64. */ char * control_chars(char * text, size_t len) { char * result = (char *)GC_MALLOC_ATOMIC(len + 1); |