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:
authorAndris Zeila <andris.zeila@zabbix.com>2018-05-11 15:34:37 +0300
committerAndris Zeila <andris.zeila@zabbix.com>2018-05-11 15:34:37 +0300
commit7902d13179eaa5b0ff98b779f66868c41a6a7d07 (patch)
treea24cf5cbfc62c649cf724a2d002eed5158b4f517 /build-backend.xml
parent35e8846701958defc32545b2c68be833451a702d (diff)
....I..... [DEV-833] fixed comments
Diffstat (limited to 'build-backend.xml')
-rw-r--r--build-backend.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/build-backend.xml b/build-backend.xml
index 7240dbfbd8d..a3e9b56d355 100644
--- a/build-backend.xml
+++ b/build-backend.xml
@@ -34,7 +34,7 @@
<property name="conf7" value="--enable-server --enable-agent --enable-proxy ${with.db} --with-jabber --with-libxml2 --with-unixodbc --with-net-snmp --with-ssh2 --with-openipmi --with-libevent --with-gnutls --with-ldap --with-libcurl"/>
</target>
- <!-- Cppcheck static analysis target -->
+ <!-- Cppcheck static analyzer target -->
<target name="cppcheck-static-analyzer">
<exec executable="./bootstrap.sh" failonerror="on"></exec>
<exec executable="scan-build" failonerror="on">