mirror of
https://github.com/mpv-player/mpv
synced 2025-03-11 08:37:59 +00:00
Indentation fix.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30988 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
2cebf8eeb7
commit
0c6b8880ce
@ -1702,7 +1702,7 @@ static int setGlWindow_x11(MPGLContext *ctx)
|
||||
if (*vinfo)
|
||||
XFree(*vinfo);
|
||||
*vinfo = new_vinfo;
|
||||
getProcAddress = getdladdr("glXGetProcAddress");
|
||||
getProcAddress = getdladdr("glXGetProcAddress");
|
||||
if (!getProcAddress)
|
||||
getProcAddress = getdladdr("glXGetProcAddressARB");
|
||||
if (!getProcAddress)
|
||||
|
Loading…
Reference in New Issue
Block a user