Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/zabbix/zabbix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorViktors Tjarve <viktors.tjarve@zabbix.com>2018-05-25 13:42:11 +0300
committerViktors Tjarve <viktors.tjarve@zabbix.com>2018-05-25 13:42:11 +0300
commit59c1792302148109a17a553dad0ceb10f8902c8f (patch)
tree1c1418a220f23456666078acbd4754664178d6ac /include/zbxhistory.h
parent6ddab004c4f7258e7bc9762cff0636be92764c5c (diff)
...G...PS. [DEV-841] fixed "ISO C does not allow extra ‘;’ outside of a function" compilation warning
Diffstat (limited to 'include/zbxhistory.h')
-rw-r--r--include/zbxhistory.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/zbxhistory.h b/include/zbxhistory.h
index 568dbdfc3c6..00e67838cae 100644
--- a/include/zbxhistory.h
+++ b/include/zbxhistory.h
@@ -28,7 +28,7 @@ typedef struct
}
zbx_history_record_t;
-ZBX_VECTOR_DECL(history_record, zbx_history_record_t);
+ZBX_VECTOR_DECL(history_record, zbx_history_record_t)
void zbx_history_record_vector_clean(zbx_vector_history_record_t *vector, int value_type);
void zbx_history_record_vector_destroy(zbx_vector_history_record_t *vector, int value_type);