diff options
author | michael <michael@82007160-df01-0410-b94d-b575c5fd34c7> | 2013-06-19 16:05:33 +0000 |
---|---|---|
committer | michael <michael@82007160-df01-0410-b94d-b575c5fd34c7> | 2013-06-19 16:05:33 +0000 |
commit | 61a6e27974bc7bb6a29c3a7effcf2cbb1dafae0f (patch) | |
tree | cdeece9fc4836c97db06c2be94bbb0a2265b6387 /src/numeric.c | |
parent | 3266e3737ffff523ae6bbee2ec61b468497df401 (diff) |
- numeric.c: constificate replies[]
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/branches/8.1.x@2303 82007160-df01-0410-b94d-b575c5fd34c7
Diffstat (limited to 'src/numeric.c')
-rw-r--r-- | src/numeric.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/numeric.c b/src/numeric.c index 4299045..dab7327 100644 --- a/src/numeric.c +++ b/src/numeric.c @@ -26,7 +26,7 @@ #include "numeric.h" -static const char *replies[] = { +static const char *const replies[] = { /* 000 */ NULL, /* 001 RPL_WELCOME */ ":%s 001 %s :Welcome to the %s Internet Relay Chat Network %s", /* 002 RPL_YOURHOST */ ":%s 002 %s :Your host is %s, running version %s", |