mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-02-17 21:02:25 +02:00
(main): argv is not const.
This commit is contained in:
@@ -90,7 +90,7 @@ usage (int status)
|
||||
}
|
||||
|
||||
int
|
||||
main (int argc, char *const argv[])
|
||||
main (int argc, char **argv)
|
||||
{
|
||||
/* If not -1, use this method to canonicalize. */
|
||||
int can_mode = -1;
|
||||
|
||||
Reference in New Issue
Block a user