aboutsummaryrefslogtreecommitdiffstats
path: root/FICS/legal.h
diff options
context:
space:
mode:
authorMarkus Uhlin <markus@nifty-networks.net>2024-11-27 02:17:11 +0100
committerMarkus Uhlin <markus@nifty-networks.net>2024-11-27 02:17:11 +0100
commit2dd3b75819254ff7e22a10e67908e56ec961e148 (patch)
tree9296b7cbc37c7fee5b0254e5d896b18639678d3e /FICS/legal.h
parent431727a0ac00039893fdf4be0895afd04e03d2af (diff)
Made var const
Diffstat (limited to 'FICS/legal.h')
-rw-r--r--FICS/legal.h2
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 */