diff options
Diffstat (limited to 'FICS/legal.h')
-rw-r--r-- | FICS/legal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FICS/legal.h b/FICS/legal.h index 5219938..a87b8a8 100644 --- a/FICS/legal.h +++ b/FICS/legal.h @@ -26,6 +26,6 @@ #ifndef _LEGAL_H #define _LEGAL_H -extern char legalNotice[]; +extern const char legalNotice[]; #endif /* _LEGAL_H */ |