summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpeavey <peavey@e03df62e-2008-0410-955e-edbf42e46eb7>2008-08-26 04:58:34 +0000
committerpeavey <peavey@e03df62e-2008-0410-955e-edbf42e46eb7>2008-08-26 04:58:34 +0000
commit33a86261992ac0ea82840e0e0656bf5b5c853469 (patch)
tree62d8a4641e7e8984176448761891d7e3b5ffff4b
parentf11b1b963b303b2ec8fb0df201cfa70d92c05942 (diff)
formatting..
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10303 e03df62e-2008-0410-955e-edbf42e46eb7
-rw-r--r--src/wildcard.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/wildcard.cpp b/src/wildcard.cpp
index 2a2c6ad52..270117b65 100644
--- a/src/wildcard.cpp
+++ b/src/wildcard.cpp
@@ -62,9 +62,7 @@ static bool match_internal(const unsigned char *string, const unsigned char *wil
{
string = s;
if (*(wild+1) || !*(s+1))
- {
wild++;
- }
break;
}
s++;