From 320c3c2b2634edfba79d02b0e06a96562dea6592 Mon Sep 17 00:00:00 2001 From: IoIxD Date: Fri, 5 Dec 2025 22:48:59 -0700 Subject: [PATCH] correct accidental paste in Core.h --- include/Mw/Core.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/Mw/Core.h b/include/Mw/Core.h index 98812a5..28df4d4 100644 --- a/include/Mw/Core.h +++ b/include/Mw/Core.h @@ -128,7 +128,7 @@ MWDECL void MwLoop(MwWidget handle); */ MWDECL int MwStep(MwWidget handle); -/*!MwStep( +/*! * @brief Check if any event is pending * @param handle Widget * @return `1` if any event is pending