X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fargp-version-etc.c;h=2f91f15bbd8b2210be4228aafca087abfc687298;hb=47834c92f8122f4ba5e6fca5199a4611425bfe69;hp=e681196f67998378d1224548e475fa484a9f635c;hpb=ffb0da8f73d65580025dfd9bc0705cffe0281d74;p=gnulib.git diff --git a/lib/argp-version-etc.c b/lib/argp-version-etc.c index e681196f6..2f91f15bb 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-2012 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