(main): Qualify a char* with the `const' keyword.
authorJim Meyering <jim@meyering.net>
Thu, 1 Apr 1999 05:08:22 +0000 (05:08 +0000)
committerJim Meyering <jim@meyering.net>
Thu, 1 Apr 1999 05:08:22 +0000 (05:08 +0000)
src/install.c

index 3c9fbee..146c288 100644 (file)
@@ -229,7 +229,7 @@ main (int argc, char **argv)
   int errors = 0;
   const char *symbolic_mode = NULL;
   int make_backups = 0;
-  char *version;
+  const char *version;
   int mkdir_and_install = 0;
   struct cp_options x;
   int n_files;