mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-04-21 11:16:16 +02:00
(main): Add const' to declaration of local, result'.
This commit is contained in:
@@ -65,7 +65,7 @@ int
|
||||
main (int argc, char **argv)
|
||||
{
|
||||
static char const dot = '.';
|
||||
char *result;
|
||||
char const *result;
|
||||
size_t len;
|
||||
|
||||
program_name = argv[0];
|
||||
|
||||
Reference in New Issue
Block a user