diff --git a/src/tool_paramhlp.c b/src/tool_paramhlp.c index c26f6bbefd..c5128e364f 100644 --- a/src/tool_paramhlp.c +++ b/src/tool_paramhlp.c @@ -80,7 +80,7 @@ static size_t memcrlf(char *orig, if we count non-CRLF */ size_t max) { - char *ptr = orig; + char *ptr; size_t total = max; for(ptr = orig; max; max--, ptr++) { bool crlf = ISCRLF(*ptr);