From ad0d5817efbca3f96a2aecb715c6f8def9be3460 Mon Sep 17 00:00:00 2001 From: Zzyxz <33715692+Zzyxz@users.noreply.github.com> Date: Tue, 12 Nov 2024 18:19:10 +0100 Subject: [PATCH] Update include/RE/B/BGSMod.h Co-authored-by: qudix <17361645+qudix@users.noreply.github.com> --- include/RE/B/BGSMod.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/RE/B/BGSMod.h b/include/RE/B/BGSMod.h index 6790bbe8..6dd003cb 100644 --- a/include/RE/B/BGSMod.h +++ b/include/RE/B/BGSMod.h @@ -157,5 +157,5 @@ namespace RE::BGSMod }; static_assert(sizeof(Items) == 0x20); - } // namespace Template -} // namespace RE::BGSMod + } +}