fix
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good

This commit is contained in:
Nishi 2026-04-28 13:30:02 +09:00
commit 5ae3704a4c

View file

@ -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;
}