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:
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user