summaryrefslogtreecommitdiff
path: root/lib/version-etc.h
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2005-01-21 00:20:05 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2005-01-21 00:20:05 +0000
commit94e9766114d15de2cc99aa6223f0c4819997c4b9 (patch)
tree81ce352aa9e7c62e2f7d9127b49f75cce9685979 /lib/version-etc.h
parent450a7a1afff8321edecaa9ef10a08f5ae59ef3ae (diff)
downloadcoreutils-94e9766114d15de2cc99aa6223f0c4819997c4b9.tar.xz
(version_etc_copyright): Use [] instead of * in prototype.
Diffstat (limited to 'lib/version-etc.h')
-rw-r--r--lib/version-etc.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/version-etc.h b/lib/version-etc.h
index d505e75ea..f1acb6587 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 <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,