mirror of
https://github.com/mpv-player/mpv
synced 2024-12-25 08:12:17 +00:00
Cosmetics: Remove unnecessary ()
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28063 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
ef4313fd77
commit
2d330d3c01
@ -208,7 +208,7 @@ static int create_d3d_surfaces(void)
|
||||
|
||||
if (FAILED(IDirect3DDevice9_GetBackBuffer(priv->d3d_device, 0, 0,
|
||||
D3DBACKBUFFER_TYPE_MONO,
|
||||
&(priv->d3d_backbuf)))) {
|
||||
&priv->d3d_backbuf))) {
|
||||
mp_msg(MSGT_VO, MSGL_ERR, "<vo_direct3d>Back Buffer address get failed\n");
|
||||
return 0;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user