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_httpd.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_httpd.cpp')
| -rw-r--r-- | src/modules/m_httpd.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_httpd.cpp b/src/modules/m_httpd.cpp index f687c1cf4..d033b2270 100644 --- a/src/modules/m_httpd.cpp +++ b/src/modules/m_httpd.cpp @@ -417,4 +417,4 @@ class ModuleHttpServer : public Module } }; -MODULE_INIT(ModuleHttpServer); +MODULE_INIT(ModuleHttpServer) |
