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 91137fb..91ccb4a 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;