Commit 82f3446c authored by Andrey Gusev's avatar Andrey Gusev Committed by Alexandre Julliard

winemac.drv: Fix a typo in WARN() message.

parent 79762537
...@@ -4058,7 +4058,7 @@ static BOOL macdrv_wglSetPbufferAttribARB(struct wgl_pbuffer *pbuffer, const int ...@@ -4058,7 +4058,7 @@ static BOOL macdrv_wglSetPbufferAttribARB(struct wgl_pbuffer *pbuffer, const int
} }
break; break;
default: default:
WARN("invalide attribute 0x%x\n", attr); WARN("invalid attribute 0x%x\n", attr);
SetLastError(ERROR_INVALID_DATA); SetLastError(ERROR_INVALID_DATA);
return GL_FALSE; return GL_FALSE;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment