diff options
Diffstat (limited to 'FICS/legal.c')
-rw-r--r-- | FICS/legal.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FICS/legal.c b/FICS/legal.c index ee1d01b..87b5685 100644 --- a/FICS/legal.c +++ b/FICS/legal.c @@ -24,7 +24,7 @@ #include "legal.h" -char legalNotice[] = +const char legalNotice[] = "fics - An internet chess server.\n" "Copyright (C) 1993 Richard V. Nash\n" "\n" |