diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2005-12-12 18:13:14 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2005-12-12 18:13:14 +0000 |
commit | ea131def87ab503a0c8a8fc1197e73403211e166 (patch) | |
tree | d0e543cf246d71267a6a7628a7798d53aced4650 | |
parent | 0a5069a11d41ea77c671e6f3b82dce59ba7b44ff (diff) |
Semicolon to colon
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2353 e03df62e-2008-0410-955e-edbf42e46eb7
-rw-r--r-- | src/inspircd.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/inspircd.cpp b/src/inspircd.cpp index fa3556737..31db3182a 100644 --- a/src/inspircd.cpp +++ b/src/inspircd.cpp @@ -2833,7 +2833,7 @@ int InspIRCd(char** argv, int argc) } break; - default; + default: /* Something went wrong if we're in here. * In fact, so wrong, im not quite sure * what we would do, so for now, its going |