aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/gwin/gwin_textedit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gwin/gwin_textedit.c b/src/gwin/gwin_textedit.c
index 21415b9c..8d242ec7 100644
--- a/src/gwin/gwin_textedit.c
+++ b/src/gwin/gwin_textedit.c
@@ -147,7 +147,7 @@ static const gwidgetVMT texteditVMT = {
#endif
#if GINPUT_NEED_KEYBOARD
{
- _keyboardEvent, // Process keyboard key down events
+ _keyboardEvent // Process keyboard key down events
},
#endif
#if GINPUT_NEED_TOGGLE