1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-12 06:57:33 +02:00

(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

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;