Commit dcbb91fc authored by Andrew Talbot's avatar Andrew Talbot Committed by Alexandre Julliard

ddraw: Remove a superfluous semicolon.

parent 214a01ac
...@@ -590,7 +590,7 @@ IDirectDrawImpl_SetDisplayModeNoOverride(IDirectDraw7 *iface, ...@@ -590,7 +590,7 @@ IDirectDrawImpl_SetDisplayModeNoOverride(IDirectDraw7 *iface,
{ {
case WINED3DERR_NOTAVAILABLE: return DDERR_UNSUPPORTED; case WINED3DERR_NOTAVAILABLE: return DDERR_UNSUPPORTED;
default: return hr; default: return hr;
}; }
} }
/***************************************************************************** /*****************************************************************************
......
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