diff --git a/Changes b/Changes index 8ad2d0770..10828ce66 100644 --- a/Changes +++ b/Changes @@ -1563,3 +1563,4 @@ seen. gmtime warning still there (#0000285) - Fixed a problem with set::ssl::certificate and set::ssl::key that used ->ce_varname instead of ->ce_vardata. Found by badSol +- Added a newline in dynconf.h diff --git a/include/dynconf.h b/include/dynconf.h index b74e73caa..c6f682951 100644 --- a/include/dynconf.h +++ b/include/dynconf.h @@ -129,4 +129,5 @@ extern aConfiguration iConf; #define CLOAK_KEY2 iConf.network.key2 #define CLOAK_KEY3 iConf.network.key3 #define CLOAK_KEYCRC iConf.network.keycrc -#define STATIC_QUIT iConf.static_quit \ No newline at end of file +#define STATIC_QUIT iConf.static_quit +