From 94e9766114d15de2cc99aa6223f0c4819997c4b9 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Fri, 21 Jan 2005 00:20:05 +0000 Subject: [PATCH] (version_etc_copyright): Use [] instead of * in prototype. --- lib/version-etc.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/version-etc.h b/lib/version-etc.h index d505e75eae..f1acb65870 100644 --- a/lib/version-etc.h +++ b/lib/version-etc.h @@ -1,5 +1,5 @@ /* Utility to help print --version output in a consistent format. - Copyright (C) 1999, 2003 Free Software Foundation, Inc. + Copyright (C) 1999, 2003, 2005 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 @@ -23,7 +23,7 @@ # include # include -extern const char *version_etc_copyright; +extern const char version_etc_copyright[]; extern void version_etc_va (FILE *stream, const char *command_name, const char *package, -- 2.47.3