(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

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;