diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-02-19 16:20:34 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-02-19 16:20:34 +0000 |
commit | 82a96604efee06e34113c5f576b6c9066c05a2d0 (patch) | |
tree | 3ce1076d872666107d0a144cb06da0c418e61efe | |
parent | 42ead28a57d2071ab79250656c41b0b65a58fe21 (diff) |
Removed unneeded {}'s
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3253 e03df62e-2008-0410-955e-edbf42e46eb7
-rw-r--r-- | include/modules.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/modules.h b/include/modules.h index ffa951626..a0b6adba7 100644 --- a/include/modules.h +++ b/include/modules.h @@ -350,7 +350,7 @@ class Module : public classbase /** Default constructor * Creates a module class. * @param Me An instance of the Server class which can be saved for future use - * \exception ModuleException { Throwing this class, or any class derived from ModuleException, causes loading of the module to abort. } + * \exception ModuleException Throwing this class, or any class derived from ModuleException, causes loading of the module to abort. */ Module(Server* Me); |