]> sjero.net Git - wget/blobdiff - src/main.c
Remove constification of argv in main.
[wget] / src / main.c
index 7e36e5d83f6a59fe4809e70e4c213241a5dbdf2f..caecd6a4b7f0d66fff4334f0fae494091a9767a9 100644 (file)
@@ -688,7 +688,7 @@ There is NO WARRANTY, to the extent permitted by law.\n"), stdout);
 \f
 
 int
-main (int argc, char *const *argv)
+main (int argc, char **argv)
 {
   char **url, **t;
   int i, ret, longindex;