diff options
author | Miles Bader <miles@gnu.org> | 1997-02-20 04:21:03 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 1997-02-20 04:21:03 +0000 |
commit | 4e289d8699ca1503cb242737fac00d597c24c66f (patch) | |
tree | 5e9cd4c2eb1891f1ed2547e0984031af34e16b91 /libshouldbeinlibc | |
parent | f2ff978e0d216caa0869950aa23d9edf32709c02 (diff) |
(argp_program_version):
Make const.
Diffstat (limited to 'libshouldbeinlibc')
-rw-r--r-- | libshouldbeinlibc/argp-pv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libshouldbeinlibc/argp-pv.c b/libshouldbeinlibc/argp-pv.c index 59e6f8d0..27d714b3 100644 --- a/libshouldbeinlibc/argp-pv.c +++ b/libshouldbeinlibc/argp-pv.c @@ -22,4 +22,4 @@ --version is added (unless the ARGP_NO_HELP flag is used), which will print this this string followed by a newline and exit (unless the ARGP_NO_EXIT flag is used). Overridden by ARGP_PROGRAM_VERSION_HOOK. */ -char *argp_program_version = 0; +const char *argp_program_version = 0; |