]> sjero.net Git - wget/blobdiff - src/http.c
[svn] Restricted operational semantics of frontcmp and proclist from generic strings...
[wget] / src / http.c
index 4752ce3d7eec4ef7910681f63929aa513a22a27b..d28ee7a87231a79ded111c37d5b3c5d0a781a63f 100644 (file)
@@ -2929,7 +2929,7 @@ http_cleanup (void)
 
 #ifdef TESTING
 
-char *
+const char *
 test_parse_content_disposition()
 {
   int i;
@@ -2953,8 +2953,6 @@ test_parse_content_disposition()
                  res == test_array[i].result
                  && (res == false 
                      || 0 == strcmp (test_array[i].filename, filename)));
-
-      /* printf ("test %d: %s\n", i, res == false ? "false" : filename); */
     }
 
   return NULL;