From 36f78fbf2807b2736cb8efc8528aa97dd6485955 Mon Sep 17 00:00:00 2001 From: scribam Date: Sat, 15 Jan 2022 12:05:18 +0100 Subject: [PATCH] Remove semicolon at the end of the namespace definition --- elfio/elfio_dump.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/elfio/elfio_dump.hpp b/elfio/elfio_dump.hpp index 3688992..db59f42 100644 --- a/elfio/elfio_dump.hpp +++ b/elfio/elfio_dump.hpp @@ -1234,6 +1234,6 @@ class dump #undef DUMP_HEX0x_FORMAT #undef DUMP_STR_FORMAT }; // class dump -}; // namespace ELFIO +} // namespace ELFIO #endif // ELFIO_DUMP_HPP