aboutsummaryrefslogtreecommitdiffstats
path: root/driver.c
diff options
context:
space:
mode:
Diffstat (limited to 'driver.c')
-rw-r--r--driver.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/driver.c b/driver.c
index d6223f12..9ed51462 100644
--- a/driver.c
+++ b/driver.c
@@ -538,7 +538,7 @@ static int readheaders(int sock,
* With it, we treat such messages as though they had the missing
* blank line.
*/
- if (!isspace(line[0]) && !strchr(line, ":"))
+ if (!isspace(line[0]) && !strchr(line, ':'))
{
headers_ok = TRUE;
free(line);