summaryrefslogtreecommitdiffstats
path: root/getdomain.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 /getdomain.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 'getdomain.c')
-rw-r--r--getdomain.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/getdomain.c b/getdomain.c
index 405dab7b..6d19bf94 100644
--- a/getdomain.c
+++ b/getdomain.c
@@ -1,4 +1,4 @@
-static char rcsid[]="$Id$";
+static const char rcsid[]="$Id$";
#include <stdio.h>
#include <ctype.h>
#include <string.h>