diff options
| author | 2007-10-23 19:46:47 +0000 | |
|---|---|---|
| committer | 2007-10-23 19:46:47 +0000 | |
| commit | d3c7457dda8555e410f4fbc36bb1b1b4cb0ae3f2 (patch) | |
| tree | c305f85d89b0556b5cdf884b731c8d8e2a0d3308 /src/modules/m_ident.cpp | |
| parent | -pedantic tidyups, lets see if it finds anything worthy of a fix (diff) | |
Pedantic safe
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8314 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/modules/m_ident.cpp')
| -rw-r--r-- | src/modules/m_ident.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_ident.cpp b/src/modules/m_ident.cpp index bbe0fd54d..473de3417 100644 --- a/src/modules/m_ident.cpp +++ b/src/modules/m_ident.cpp @@ -490,5 +490,5 @@ class ModuleIdent : public Module } }; -MODULE_INIT(ModuleIdent); +MODULE_INIT(ModuleIdent) |
