1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-08-12 03:51:30 +02:00

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

This commit is contained in:
Jim Meyering
1999-04-01 05:10:41 +00:00
parent a7d0351c20
commit c4cf0531ff
+1 -1
View File
@@ -77,7 +77,7 @@ main (int argc, char **argv)
{
unsigned int newmode;
unsigned int parent_mode;
char *symbolic_mode = NULL;
const char *symbolic_mode = NULL;
const char *verbose_fmt_string = NULL;
int errors = 0;
int optc;