diff options
author | cyberbotx <cyberbotx@5417fbe8-f217-4b02-8779-1006273d7864> | 2009-10-18 21:10:39 +0000 |
---|---|---|
committer | cyberbotx <cyberbotx@5417fbe8-f217-4b02-8779-1006273d7864> | 2009-10-18 21:10:39 +0000 |
commit | 0d3ec454de486da5cbc292f7e694ee8ab7e4fae0 (patch) | |
tree | bf71bfec70f2f6d3b4110d38d0c2557edbe0908e /src/module.cpp | |
parent | 12ac162d9e025827339f68bdefa8c4d27b1051e7 (diff) |
Fix a few things that bugged me when I was working on one of my own modules.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2573 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'src/module.cpp')
-rw-r--r-- | src/module.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/module.cpp b/src/module.cpp index 888087d85..fa4e41cd8 100644 --- a/src/module.cpp +++ b/src/module.cpp @@ -188,4 +188,4 @@ const unsigned Version::GetMinor() const unsigned Version::GetBuild() { return Build; -}
\ No newline at end of file +} |