(main): Qualify a char* with the `const' keyword.

This commit is contained in:
Jim Meyering
1999-04-01 05:08:22 +00:00
parent d8a18c33e8
commit beb464c0ea
+1 -1
View 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;