diff options
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 }; /** |