From 518842ce19d4b11682940bb10005f7eeee023d19 Mon Sep 17 00:00:00 2001 From: PatR Date: Fri, 28 Feb 2025 11:37:05 -0800 Subject: [PATCH] typo fix --- include/winX.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/winX.h b/include/winX.h index 496412edc..295abaa8d 100644 --- a/include/winX.h +++ b/include/winX.h @@ -31,7 +31,7 @@ a null pointer has undefined behavior" warnings; this modified edition doesn't guarantee defined behavior but does silence those warnings without needing to know whether current compiler version - supports the '-wno-null-pointer-subtraction' option */ + supports the '-Wno-null-pointer-subtraction' option */ #ifdef XtOffset #undef XtOffset #define XtOffset(p_type,field) \