diff options
author | Adam <Adam@anope.org> | 2013-05-25 14:08:50 -0400 |
---|---|---|
committer | Adam <Adam@anope.org> | 2013-05-25 14:08:50 -0400 |
commit | d6640ed5eea6e82d19ebd08800edc5f90404239a (patch) | |
tree | eab4ce62a96998f2879b5f3cf2b98e4639d09b4f /include/config.h | |
parent | aabc217a6b002b8103aefcfc96a823923102cb61 (diff) |
Give an error message when the configuration file ends with an unterminated block
Diffstat (limited to 'include/config.h')
-rw-r--r-- | include/config.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/config.h b/include/config.h index 82edecca6..bd76ca8a5 100644 --- a/include/config.h +++ b/include/config.h @@ -33,6 +33,7 @@ namespace Configuration Anope::string name; item_map items; block_map blocks; + int linenum; public: Block(const Anope::string &); |