From cee015bf54803e57345411f7f1d568930951adb9 Mon Sep 17 00:00:00 2001 From: hashlag <90853356+hashlag@users.noreply.github.com> Date: Sun, 3 Aug 2025 15:13:25 +0300 Subject: [PATCH] Fixed an error in namespace end comment --- Chaos/Md4.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Chaos/Md4.hpp b/Chaos/Md4.hpp index b523a5d..122eaf4 100644 --- a/Chaos/Md4.hpp +++ b/Chaos/Md4.hpp @@ -270,6 +270,6 @@ private: } }; -} // namespace Chaos +} // namespace Chaos::Md4 #endif