diff options
author | Thomas Roessler <roessler@does-not-exist.org> | 1998-10-15 20:33:03 +0000 |
---|---|---|
committer | Thomas Roessler <roessler@does-not-exist.org> | 1998-10-15 20:33:03 +0000 |
commit | cce6759cb236bc272e4684073ffa4e8f3efb59c4 (patch) | |
tree | 5381056116611f7e88f2c3432835cd0ddb42d7c9 /intl/textdomain.c | |
parent | a00547758575fbe69a1257a3ff568d48e7b25cc7 (diff) |
Change "static char rcsid[]" to "static const char rcsid[]" to makemutt-0-94-13-rel
gcc shut up about this.
Diffstat (limited to 'intl/textdomain.c')
-rw-r--r-- | intl/textdomain.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/intl/textdomain.c b/intl/textdomain.c index 06f55133..44fa6834 100644 --- a/intl/textdomain.c +++ b/intl/textdomain.c @@ -1,4 +1,4 @@ -static char rcsid[]="$Id$"; +static const char rcsid[]="$Id$"; /* Implementation of the textdomain(3) function. Copyright (C) 1995, 1996, 1997, 1998 Free Software Foundation, Inc. Written by Ulrich Drepper <drepper@gnu.ai.mit.edu>, 1995. |