Module: check_mk
Branch: master
Commit: cd60adfb2206d6ab722abffde90c150bf1085826
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=cd60adfb2206d6…
Author: Sven Panne <sp(a)mathias-kettner.de>
Date: Tue Jan 19 15:50:35 2016 +0100
Nitpicking: Fixed #include guards.
---
livestatus/src/DowntimeOrComment.h | 2 +-
livestatus/src/pnp4nagios.h | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/livestatus/src/DowntimeOrComment.h b/livestatus/src/DowntimeOrComment.h
index 0f6dd22..f616659 100644
--- a/livestatus/src/DowntimeOrComment.h
+++ b/livestatus/src/DowntimeOrComment.h
@@ -114,4 +114,4 @@ struct Comment : public DowntimeOrComment
explicit Comment(nebstruct_comment_struct *data);
};
-#endif // Downtime_h
+#endif // DowntimeOrComment_h
diff --git a/livestatus/src/pnp4nagios.h b/livestatus/src/pnp4nagios.h
index 8fcb61c..e372f87 100644
--- a/livestatus/src/pnp4nagios.h
+++ b/livestatus/src/pnp4nagios.h
@@ -40,4 +40,4 @@ int pnpgraph_present(const std::string& host,
std::string rrd_path(const std::string& host, const std::string& service,
const std::string& varname);
-#endif // pnp4nagios_h
+#endif // pnp4nagios_h