diff options
author | pippijn <pippijn@e03df62e-2008-0410-955e-edbf42e46eb7> | 2007-06-14 17:22:37 +0000 |
---|---|---|
committer | pippijn <pippijn@e03df62e-2008-0410-955e-edbf42e46eb7> | 2007-06-14 17:22:37 +0000 |
commit | 67e055124dfbbb73b50f90cd1a1eb1be648d9379 (patch) | |
tree | 5c6b426f77abb049ceeed4124b6f581ddacf2114 /include/inspircd.h | |
parent | 18e822f8bb02f66b64e1d3f183d4779a745f8eca (diff) |
Some general syntax cleanups.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7304 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include/inspircd.h')
-rw-r--r-- | include/inspircd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/inspircd.h b/include/inspircd.h index 3e132aff6..202264ad5 100644 --- a/include/inspircd.h +++ b/include/inspircd.h @@ -54,7 +54,7 @@ enum DebugLevel VERBOSE = 20, DEFAULT = 30, SPARSE = 40, - NONE = 50, + NONE = 50 }; /** |