summaryrefslogtreecommitdiff
path: root/src/pr.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/pr.c')
-rw-r--r--src/pr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pr.c b/src/pr.c
index ed2876a76..28ce71370 100644
--- a/src/pr.c
+++ b/src/pr.c
@@ -446,7 +446,7 @@ static void print_sep_string (void);
static void separator_string (const char *optarg_S);
/* The name under which this program was invoked. */
-char *program_name;
+char const *program_name;
/* All of the columns to print. */
static COLUMN *column_vector;