diff options
| author | 2007-07-03 16:40:09 +0000 | |
|---|---|---|
| committer | 2007-07-03 16:40:09 +0000 | |
| commit | 2b8ce39c6ea5e7a22fe39b21756f82051465f143 (patch) | |
| tree | f099793400866fcb818730c042cc5334f5794043 /src/modules/m_vhost.cpp | |
| parent | Revert a changed file I didn't want to commit .. (diff) | |
Removed superfluous semicolons
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7423 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/modules/m_vhost.cpp')
| -rw-r--r-- | src/modules/m_vhost.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_vhost.cpp b/src/modules/m_vhost.cpp index 949094324..c77a3f85f 100644 --- a/src/modules/m_vhost.cpp +++ b/src/modules/m_vhost.cpp @@ -91,5 +91,5 @@ class ModuleVHost : public Module }; -MODULE_INIT(ModuleVHost); +MODULE_INIT(ModuleVHost) |
