From 50e58fff5a3635bdb2516f7afa8a3d72fd2ec370 Mon Sep 17 00:00:00 2001 From: Martin Cietwierkowski Date: Sat, 1 Apr 2023 13:47:59 -0400 Subject: [PATCH] Fix typos --- BeefLibs/SDL2/src/SDL2.bf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/BeefLibs/SDL2/src/SDL2.bf b/BeefLibs/SDL2/src/SDL2.bf index a22d852e..84f229cd 100644 --- a/BeefLibs/SDL2/src/SDL2.bf +++ b/BeefLibs/SDL2/src/SDL2.bf @@ -3637,7 +3637,7 @@ namespace SDL2 public SDL_SysWMmsg* msg; /* SDL_SysWMmsg*, system-dependent*/ } - [CRepr]] + [CRepr] public struct CommonEvent { public uint32 type; @@ -4401,7 +4401,7 @@ namespace SDL2 public static extern bool* GetKeyboardState(int32* numkeys); [LinkName("SDL_ResetKeyboard")] - public static extern void ResetKeyboard(void); + public static extern void ResetKeyboard(); /* Get the current key modifier state for the keyboard. */ [LinkName("SDL_GetModState")]