X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fargp-version-etc.c;h=ffecd1b04aa3710b2e0c3839070a8b3d79f12a03;hb=5191b3546cfb6c163228c23f214e325ddf60d46f;hp=e681196f67998378d1224548e475fa484a9f635c;hpb=ffb0da8f73d65580025dfd9bc0705cffe0281d74;p=gnulib.git diff --git a/lib/argp-version-etc.c b/lib/argp-version-etc.c index e681196f6..ffecd1b04 100644 --- a/lib/argp-version-etc.c +++ b/lib/argp-version-etc.c @@ -1,5 +1,5 @@ /* Version hook for Argp. - Copyright (C) 2009 Free Software Foundation, Inc. + Copyright (C) 2009-2013 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -20,13 +20,13 @@ #include static const char *program_canonical_name; -static const char **program_authors; +static const char * const *program_authors; static void version_etc_hook (FILE *stream, struct argp_state *state) { version_etc_ar (stream, program_canonical_name, PACKAGE_NAME, VERSION, - program_authors); + program_authors); } void