aboutsummaryrefslogtreecommitdiff
path: root/src/writeout.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/writeout.c')
-rw-r--r--src/writeout.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/writeout.c b/src/writeout.c
index c0f3f382e..3e854ec82 100644
--- a/src/writeout.c
+++ b/src/writeout.c
@@ -254,7 +254,7 @@ void ourWriteOut(CURL *curl, const char *writeinfo)
break;
}
}
- if(FALSE == match) {
+ if(!match) {
fprintf(stderr, "curl: unknown --write-out variable: '%s'\n", ptr);
}
ptr=end+1; /* pass the end */