]> granicus.if.org Git - curl/commitdiff
use VAR_NONE instead of 0 in the table to prevent compiler warning
authorDaniel Stenberg <daniel@haxx.se>
Mon, 9 Feb 2004 08:29:09 +0000 (08:29 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 9 Feb 2004 08:29:09 +0000 (08:29 +0000)
src/writeout.c

index 5d8d7428b214f3ea2071f39f8ea85fd792c06de0..a92dab715bd6c66ce5f7256333fd37f0e55b5da5 100644 (file)
@@ -80,7 +80,7 @@ static struct variable replacements[]={
   {"speed_download", VAR_SPEED_DOWNLOAD},
   {"speed_upload", VAR_SPEED_UPLOAD},
   {"content_type", VAR_CONTENT_TYPE},
-  {NULL, 0}
+  {NULL, VAR_NONE}
 };
 
 void ourWriteOut(CURL *curl, char *writeinfo)