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:19:01 +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:19:01 +0000 |
commit | efbabe7b2ac3fd6dc03bcc7001e854bb2b60425e (patch) | |
tree | d0486a7b3e632217ede20f0d8e30f363e3b731d2 /src/misc.c | |
parent | 95755079a0bdf11ae304b686793b2ef507913afd (diff) |
BUILD : 1.7.5 (329) BUGS : N/A NOTES : Fixed more indent crap
git-svn-id: svn://svn.anope.org/anope/trunk@329 31f1291d-b8d6-0310-a050-a5561fc1590b
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@205 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'src/misc.c')
-rw-r--r-- | src/misc.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/misc.c b/src/misc.c index c3726ce74..4a2236b7d 100644 --- a/src/misc.c +++ b/src/misc.c @@ -1,5 +1,4 @@ -/* Miscellaneous routines. -/* Miscellaneous routines. + /* Miscellaneous routines. * * (C) 2003 Anope Team @@ -712,4 +711,4 @@ int nickIsServices(char *nick) return found; } - + |