diff options
| author | 2005-12-12 18:13:14 +0000 | |
|---|---|---|
| committer | 2005-12-12 18:13:14 +0000 | |
| commit | ea131def87ab503a0c8a8fc1197e73403211e166 (patch) | |
| tree | d0e543cf246d71267a6a7628a7798d53aced4650 /src/inspircd.cpp | |
| parent | Code tidy (diff) | |
| download | inspircd++-ea131def87ab503a0c8a8fc1197e73403211e166.tar.gz inspircd++-ea131def87ab503a0c8a8fc1197e73403211e166.tar.bz2 inspircd++-ea131def87ab503a0c8a8fc1197e73403211e166.zip | |
Semicolon to colon
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2353 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/inspircd.cpp')
| -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 |
