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 'src/libs/zbxdbhigh/odbc.c')
-rw-r--r--src/libs/zbxdbhigh/odbc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libs/zbxdbhigh/odbc.c b/src/libs/zbxdbhigh/odbc.c
index fe2d7e5a0bb..3bd3d15848c 100644
--- a/src/libs/zbxdbhigh/odbc.c
+++ b/src/libs/zbxdbhigh/odbc.c
@@ -36,7 +36,7 @@ const char *get_last_odbc_strerror(void)
# define set_last_odbc_strerror(fmt, ...) __zbx_set_last_odbc_strerror(ZBX_CONST_STRING(fmt), ##__VA_ARGS__)
#else
# define set_last_odbc_strerror __zbx_set_last_odbc_strerror
-#endif /* HAVE___VA_ARGS__ */
+#endif
static void __zbx_set_last_odbc_strerror(const char *fmt, ...)
{
va_list args;
@@ -48,7 +48,7 @@ static void __zbx_set_last_odbc_strerror(const char *fmt, ...)
va_end(args);
}
-#define clean_odbc_strerror() zbx_last_odbc_strerror[0]='\0'
+#define clean_odbc_strerror() zbx_last_odbc_strerror[0] = '\0'
static void odbc_free_row_data(ZBX_ODBC_DBH *pdbh)
{