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/zbxembed/zabbix.c')
-rw-r--r--src/libs/zbxembed/zabbix.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libs/zbxembed/zabbix.c b/src/libs/zbxembed/zabbix.c
index b9023552e06..f732da63f13 100644
--- a/src/libs/zbxembed/zabbix.c
+++ b/src/libs/zbxembed/zabbix.c
@@ -111,8 +111,8 @@ out:
}
static const duk_function_list_entry zabbix_methods[] = {
- {"Log", es_zabbix_log, 2},
- {"log", es_zabbix_log, 2},
+ {"Log", es_zabbix_log, 2},
+ {"log", es_zabbix_log, 2},
{NULL, NULL, 0}
};