summaryrefslogtreecommitdiffstats
path: root/intl/textdomain.c
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>1998-10-15 20:33:03 +0000
committerThomas Roessler <roessler@does-not-exist.org>1998-10-15 20:33:03 +0000
commitcce6759cb236bc272e4684073ffa4e8f3efb59c4 (patch)
tree5381056116611f7e88f2c3432835cd0ddb42d7c9 /intl/textdomain.c
parenta00547758575fbe69a1257a3ff568d48e7b25cc7 (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.c2
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.