From 5ae3704a4ca2020f86316d06531b0d7b33708c2f Mon Sep 17 00:00:00 2001 From: Nishi Date: Tue, 28 Apr 2026 13:30:02 +0900 Subject: [PATCH] fix --- src/widget/opengl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/widget/opengl.c b/src/widget/opengl.c index 010ab15..219c02f 100644 --- a/src/widget/opengl.c +++ b/src/widget/opengl.c @@ -130,7 +130,7 @@ static int wcreate(MwWidget handle) { o->lib = MwDynamicOpen("opengl32.dll"); if(!o->lib){ - printf("Could not load OpenGL widget under WGL! " #x " missing.\n"); \ + printf("Could not load OpenGL widget under WGL!\n"); \ return 1; }