summaryrefslogtreecommitdiff
path: root/src/ls.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ls.c')
-rw-r--r--src/ls.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ls.c b/src/ls.c
index 653a905fa..9a8ad2def 100644
--- a/src/ls.c
+++ b/src/ls.c
@@ -245,7 +245,7 @@ static void parse_ls_color (void);
void usage (int status);
/* The name this program was run with. */
-char *program_name;
+char const *program_name;
/* Initial size of hash table.
Most hierarchies are likely to be shallower than this. */