ddraw: Remove a superfluous semicolon.
This commit is contained in:
parent
214a01ac6c
commit
dcbb91fc92
|
@ -590,7 +590,7 @@ IDirectDrawImpl_SetDisplayModeNoOverride(IDirectDraw7 *iface,
|
|||
{
|
||||
case WINED3DERR_NOTAVAILABLE: return DDERR_UNSUPPORTED;
|
||||
default: return hr;
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
/*****************************************************************************
|
||||
|
|
Loading…
Reference in New Issue