diff options
author | rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b <rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2004-08-23 19:07:34 +0000 |
---|---|---|
committer | rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b <rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2004-08-23 19:07:34 +0000 |
commit | 95755079a0bdf11ae304b686793b2ef507913afd (patch) | |
tree | ccb711f77f63e5a82cc089c9ab6021a1e5d9d081 /src/misc.c | |
parent | 61a23cd017465cd2bff5f037cf54e051a6318b37 (diff) |
BUILD : 1.7.5 (328) BUGS : N/A NOTES : Fixed a couple of null char entrys on svn
git-svn-id: svn://svn.anope.org/anope/trunk@328 31f1291d-b8d6-0310-a050-a5561fc1590b
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@204 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'src/misc.c')
-rw-r--r-- | src/misc.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/misc.c b/src/misc.c index c72402f14..c3726ce74 100644 --- a/src/misc.c +++ b/src/misc.c @@ -1,5 +1,6 @@ /* Miscellaneous routines. /* Miscellaneous routines. +/* Miscellaneous routines. * * (C) 2003 Anope Team * Contact us at info@anope.org @@ -710,4 +711,5 @@ int nickIsServices(char *nick) return found; } + |