diff options
Diffstat (limited to 'src/cfg_file.h')
-rw-r--r-- | src/cfg_file.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/cfg_file.h b/src/cfg_file.h index e788be2e6..24b8b327e 100644 --- a/src/cfg_file.h +++ b/src/cfg_file.h @@ -49,7 +49,7 @@ enum rspamd_cred_type { CRED_NORMAL, CRED_CONTROL, CRED_LMTP, - CRED_DELIVERY, + CRED_DELIVERY }; /** @@ -61,7 +61,7 @@ enum rspamd_regexp_type { REGEXP_MIME, REGEXP_MESSAGE, REGEXP_URL, - REGEXP_RAW_HEADER, + REGEXP_RAW_HEADER }; /** @@ -70,7 +70,7 @@ enum rspamd_regexp_type { enum rspamd_log_type { RSPAMD_LOG_CONSOLE, RSPAMD_LOG_SYSLOG, - RSPAMD_LOG_FILE, + RSPAMD_LOG_FILE }; /** @@ -201,7 +201,7 @@ struct config_scalar { SCALAR_TYPE_INT, SCALAR_TYPE_UINT, SCALAR_TYPE_STR, - SCALAR_TYPE_SIZE, + SCALAR_TYPE_SIZE } type; /**< type of data */ }; |