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:
Diffstat (limited to 'include/zbxtypes.h')
-rw-r--r--include/zbxtypes.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/include/zbxtypes.h b/include/zbxtypes.h
index 8f44ccd8eb6..b3aaa71fe60 100644
--- a/include/zbxtypes.h
+++ b/include/zbxtypes.h
@@ -131,9 +131,11 @@
#define ZBX_CONST_STRING(str) ""str
-typedef struct {
+typedef struct
+{
zbx_uint64_t lo;
zbx_uint64_t hi;
-} zbx_uint128_t;
+}
+zbx_uint128_t;
#endif