From dff51ed712d2d345408e6270057fc0cc4260f61d Mon Sep 17 00:00:00 2001 From: "Claudius \"keldu\" Holeksa" Date: Mon, 8 Jul 2024 14:53:43 +0200 Subject: Fix typo --- modules/tools/c++/c_gen_iface.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/tools/c++') diff --git a/modules/tools/c++/c_gen_iface.hpp b/modules/tools/c++/c_gen_iface.hpp index b5b704d..7dffd04 100644 --- a/modules/tools/c++/c_gen_iface.hpp +++ b/modules/tools/c++/c_gen_iface.hpp @@ -478,7 +478,7 @@ struct lang_bind, binding::SyncC> { } } - return void_t{};l + return void_t{}; } }; -- cgit v1.2.3