summaryrefslogtreecommitdiff
path: root/src/nl.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/nl.c')
-rw-r--r--src/nl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nl.c b/src/nl.c
index 6154ab6e3..24e9f9861 100644
--- a/src/nl.c
+++ b/src/nl.c
@@ -62,7 +62,7 @@ enum section
};
/* The name this program was run with. */
-char *program_name;
+char const *program_name;
/* Format of body lines (-b). */
static char const *body_type = "t";