winemac.drv: Fix a typo in WARN() message.
Signed-off-by: Andrey Gusev <andrey.goosev@gmail.com> Signed-off-by: Ken Thomases <ken@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
79762537a7
commit
82f3446c5d
|
@ -4058,7 +4058,7 @@ static BOOL macdrv_wglSetPbufferAttribARB(struct wgl_pbuffer *pbuffer, const int
|
|||
}
|
||||
break;
|
||||
default:
|
||||
WARN("invalide attribute 0x%x\n", attr);
|
||||
WARN("invalid attribute 0x%x\n", attr);
|
||||
SetLastError(ERROR_INVALID_DATA);
|
||||
return GL_FALSE;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue