summaryrefslogtreecommitdiff
path: root/src/ptx.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1998-09-19 17:19:06 +0000
committerJim Meyering <jim@meyering.net>1998-09-19 17:19:06 +0000
commit6606de8b811f254122c909646ae60a2ae5e64d2a (patch)
tree50c397794a7bab548c32ccff0d230f2f4d777cad /src/ptx.c
parent08cfef16a270608325db3f9ca5398d9aba8cd1dc (diff)
downloadcoreutils-6606de8b811f254122c909646ae60a2ae5e64d2a.tar.xz
(program_name): Declare *not* to be const.
Diffstat (limited to 'src/ptx.c')
-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;