From 664b73910c99558f9ba14dd2f06dabe67b5f2f2a Mon Sep 17 00:00:00 2001 From: WolverinDEV Date: Sat, 25 Jan 2020 16:00:21 +0100 Subject: [PATCH] Fixed library generation --- src/misc/strobf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/misc/strobf.h b/src/misc/strobf.h index 34c2ac7..7f8b970 100644 --- a/src/misc/strobf.h +++ b/src/misc/strobf.h @@ -196,4 +196,4 @@ constexpr auto variable_name = ::str_obf::encode(string, str_obf::generate_key<_ (([]{ \ static strobf_define(_, message); \ return strobf_val(_); \ -})()) \ No newline at end of file +})())