aboutsummaryrefslogtreecommitdiffstats
path: root/src/cut.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cut.c')
-rw-r--r--src/cut.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cut.c b/src/cut.c
index 554e790c8..a91cca716 100644
--- a/src/cut.c
+++ b/src/cut.c
@@ -121,7 +121,7 @@ enum operating_mode
};
/* The name this program was run with. */
-char *program_name;
+char const *program_name;
static enum operating_mode operating_mode;