summaryrefslogtreecommitdiffstats
path: root/health/health.h
diff options
context:
space:
mode:
authorChris Akritidis <43294513+cakrit@users.noreply.github.com>2019-02-20 15:44:47 +0100
committerGitHub <noreply@github.com>2019-02-20 15:44:47 +0100
commit05aa3424fdd00d9fa6f545de82b61da8f72035cb (patch)
tree2edb94c354aebdac9e569e8181c5a0967b4c71eb /health/health.h
parent97526940073733f2fcdcaf9f61e17dfbcb89ace0 (diff)
Correct duplicate flag enum in health.h (#5441)
Diffstat (limited to 'health/health.h')
-rw-r--r--health/health.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/health/health.h b/health/health.h
index ff10fd6d7a..1511f36486 100644
--- a/health/health.h
+++ b/health/health.h
@@ -22,7 +22,7 @@ extern unsigned int default_health_enabled;
#define HEALTH_ENTRY_FLAG_UPDATED 0x00000002
#define HEALTH_ENTRY_FLAG_EXEC_RUN 0x00000004
#define HEALTH_ENTRY_FLAG_EXEC_FAILED 0x00000008
-#define HEALTH_ENTRY_FLAG_SILENCED 0x00000008
+#define HEALTH_ENTRY_FLAG_SILENCED 0x00000010
#define HEALTH_ENTRY_FLAG_SAVED 0x10000000
#define HEALTH_ENTRY_FLAG_NO_CLEAR_NOTIFICATION 0x80000000