]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_alias.cpp
Fix build errors on CentOS 6 and OpenBSD.
[user/henk/code/inspircd.git] / src / modules / m_alias.cpp
index 1076b0a9a12c88d113b27648bc13510dcaba4071..3a4bf5348c2de554d0323aaa62615cebc80f010c 100644 (file)
@@ -62,7 +62,7 @@ class ModuleAlias : public Module
        /* We cant use a map, there may be multiple aliases with the same name.
         * We can, however, use a fancy invention: the multimap. Maps a key to one or more values.
         *              -- w00t
-     */
+        */
        typedef insp::flat_multimap<std::string, Alias, irc::insensitive_swo> AliasMap;
 
        AliasMap Aliases;