summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/ptx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ptx.c b/src/ptx.c
index c77c824f6..c83b745fc 100644
--- a/src/ptx.c
+++ b/src/ptx.c
@@ -78,7 +78,7 @@
#define Sword 1
/* The name this program was run with. */
-const char *program_name;
+char *program_name;
/* If nonzero, display usage information and exit. */
static int show_help = 0;