]> granicus.if.org Git - curl/commitdiff
return an int
authorDaniel Stenberg <daniel@haxx.se>
Fri, 13 Feb 2004 12:18:34 +0000 (12:18 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 13 Feb 2004 12:18:34 +0000 (12:18 +0000)
tests/libtest/lib506.c

index 91137fb97851b2ef37b7871c28c3995f7a09b7f3..91ccb4ab27dfd10f01be68cd053543e85c5e7b8b 100644 (file)
@@ -129,7 +129,7 @@ char *suburl(char *base, int i)
 /* test function */
 int test(char *URL)
 {
-  CURLcode res;
+  int res;
   CURLSHcode scode;
   char *url;
   struct Tdata tdata;