wined3d: Fix an error message.

This commit is contained in:
Matteo Bruni 2011-03-18 18:40:37 +01:00 committed by Alexandre Julliard
parent 1ea5c7b8d9
commit 0322114cd6
1 changed files with 1 additions and 1 deletions

View File

@ -2304,7 +2304,7 @@ struct wined3d_context *context_acquire(IWineD3DDeviceImpl *device, IWineD3DSurf
{
DWORD err = GetLastError();
ERR("Failed to make GL context %p current on device context %p, last error %#x.\n",
context->hdc, context->glCtx, err);
context->glCtx, context->hdc, err);
}
}