diff options
author | rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b <rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2006-03-01 19:00:34 +0000 |
---|---|---|
committer | rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b <rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2006-03-01 19:00:34 +0000 |
commit | 90bdc0f9af64dfab2348efb2a851a079a82810c9 (patch) | |
tree | f8c85a06dc401c2ae5a7ebd616121e482da546a9 /src/core | |
parent | cb7dc8881afc814edb90bd506f6d58b53115c7ec (diff) |
Updated inspircd protocol files from Brain, and it now compiles with make strict.
git-svn-id: svn://svn.anope.org/anope/trunk@994 31f1291d-b8d6-0310-a050-a5561fc1590b
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@719 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'src/core')
-rw-r--r-- | src/core/ns_alist.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/ns_alist.c b/src/core/ns_alist.c index f7a913f8f..62ca99c18 100644 --- a/src/core/ns_alist.c +++ b/src/core/ns_alist.c @@ -156,7 +156,7 @@ int do_alist(User * u) match_count++; if ((ci->flags & CI_XOP) || (level == ACCESS_FOUNDER)) { - char *xop; + const char *xop; xop = get_xop_level(level); |