]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(version_etc_copyright): Use [] instead of * in prototype.
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 21 Jan 2005 00:20:05 +0000 (00:20 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 21 Jan 2005 00:20:05 +0000 (00:20 +0000)
lib/version-etc.h

index d505e75eae7df03a06ec6097371f93d27d1cff68..f1acb6587020890569d6aabc0e9c8717f1da5619 100644 (file)
@@ -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 <stdarg.h>
 # include <stdio.h>
 
-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,