summaryrefslogtreecommitdiff
path: root/src/modules/m_hash.h
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2006-12-05 20:49:19 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2006-12-05 20:49:19 +0000
commit86e94dcc9086861a15cc5e133a3ed46e8d4027ed (patch)
tree0afafd66db059f48d5e2054e218dcfdde14eba77 /src/modules/m_hash.h
parent060887d2828b9153351e74362604548af08e9d79 (diff)
And forgot a semicolon.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5869 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/modules/m_hash.h')
-rw-r--r--src/modules/m_hash.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_hash.h b/src/modules/m_hash.h
index 5dd528e6e..56182bcff 100644
--- a/src/modules/m_hash.h
+++ b/src/modules/m_hash.h
@@ -92,7 +92,7 @@ class HashNameRequest : public HashRequest
HashNameRequest(Module* Me, Module* Target) : HashRequest("NAME", Me, Target)
{
}
-}
+};
/** Send this class to the hashing module to reset the Hash module to a known state.
* This will reset the IV to the defaults specified by the Hash spec,