summaryrefslogtreecommitdiffstats
path: root/intl/localealias.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/localealias.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/localealias.c')
-rw-r--r--intl/localealias.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/intl/localealias.c b/intl/localealias.c
index 4988598d..23324dc8 100644
--- a/intl/localealias.c
+++ b/intl/localealias.c
@@ -1,4 +1,4 @@
-static char rcsid[]="$Id$";
+static const char rcsid[]="$Id$";
/* Handle aliases for locale names.
Copyright (C) 1995, 1996, 1997, 1998 Free Software Foundation, Inc.
Written by Ulrich Drepper <drepper@gnu.ai.mit.edu>, 1995.