From 18ce6f0c60f1125c5344d9fd8e90e5ea2941bf01 Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Wed, 23 Jun 2010 14:45:33 +0400 Subject: * Fix compatibility issues --- src/cfg_file.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/cfg_file.h') 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 */ }; -- cgit v1.2.3