Commit 12b71e42 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

return an int

parent d25a0a1b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;