]> sjero.net Git - wget/blobdiff - src/init.c
[svn] Declare the pointers to literal strings as `const'.
[wget] / src / init.c
index 6ece81cd80f5e44a8c5118a2a720ba48ed529f04..baafc09c7c68ab3b9ca0b37af746f78edcf54e38 100644 (file)
@@ -104,7 +104,7 @@ CMD_DECLARE (cmd_spec_useragent);
    cleanup() function below. */
 
 static struct {
-  char *name;
+  const char *name;
   void *closure;
   int (*action) PARAMS ((const char *, const char *, void *));
 } commands[] = {