summaryrefslogtreecommitdiffstats
path: root/include/common.h
diff options
context:
space:
mode:
authoralex <alex@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2007-05-25 13:47:29 +0000
committeralex <alex@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2007-05-25 13:47:29 +0000
commitceb36225b828fc8e859d2bc317c38475a75fc1b9 (patch)
tree617f3707e03408934887bf897baa5c49d8959792 /include/common.h
parentbf0bee4f86ec14e5c00e1d3d9586ef351d5f8cf7 (diff)
downloadzabbix-ceb36225b828fc8e859d2bc317c38475a75fc1b9.tar.gz
zabbix-ceb36225b828fc8e859d2bc317c38475a75fc1b9.tar.xz
zabbix-ceb36225b828fc8e859d2bc317c38475a75fc1b9.zip
- fixed misc strict compilation issues (Alexei)
git-svn-id: svn://svn.zabbix.com/trunk@4181 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'include/common.h')
-rw-r--r--include/common.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/common.h b/include/common.h
index 71a95037..c4aae4bd 100644
--- a/include/common.h
+++ b/include/common.h
@@ -169,7 +169,7 @@ typedef enum
typedef enum
{
EVENT_SOURCE_TRIGGERS = 0,
- EVENT_SOURCE_DISCOVERY,
+ EVENT_SOURCE_DISCOVERY
} zbx_event_source_t;
/* Event objects */
@@ -244,7 +244,7 @@ typedef enum
{
ACTION_EVAL_TYPE_AND_OR = 0,
ACTION_EVAL_TYPE_AND,
- ACTION_EVAL_TYPE_OR,
+ ACTION_EVAL_TYPE_OR
} zbx_action_eval_type_t;
/* Condition types */