1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-07-26 02:30:35 +02:00

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

This commit is contained in:
Jim Meyering
1999-04-01 05:07:51 +00:00
parent abdc079cd5
commit d8a18c33e8
+1 -1
View File
@@ -227,7 +227,7 @@ main (int argc, char **argv)
{
int optc;
int errors = 0;
char *symbolic_mode = NULL;
const char *symbolic_mode = NULL;
int make_backups = 0;
char *version;
int mkdir_and_install = 0;