1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
From 21a71cdead2a0915df459d3f5ad90b7d1ebe6cb0 Mon Sep 17 00:00:00 2001
From: systemed <richard@systemeD.net>
Date: Tue, 10 Feb 2026 14:59:43 +0000
Subject: Fix compiler warning
---
include/tag_map.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/tag_map.h b/include/tag_map.h
index be5fa97..c951044 100644
--- a/include/tag_map.h
+++ b/include/tag_map.h
@@ -72,4 +72,4 @@ private:
std::vector<std::vector<const protozero::data_view*>> values;
};
-#endif _TAG_MAP_H
+#endif //_TAG_MAP_H
--
2.47.3
|