diff options
Diffstat (limited to 'common/sys/string.c')
-rw-r--r-- | common/sys/string.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/sys/string.c b/common/sys/string.c index a6a10cc9..72c80cef 100644 --- a/common/sys/string.c +++ b/common/sys/string.c @@ -63,7 +63,7 @@ void chomp(char *src) /* ANSI ³B²z¨ç¼Æ */ /* ----------------------------------------------------- */ int -strip_blank(char *cbuf, char *buf) +strip_blank(char *cbuf, const char *buf) { for (; *buf; buf++) if (*buf != ' ') |