1
mirror of https://github.com/mpv-player/mpv synced 2024-10-22 08:51:57 +02:00

Indentation fix.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30988 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
reimar 2010-04-03 07:12:32 +00:00
parent 2cebf8eeb7
commit 0c6b8880ce

View File

@ -1702,7 +1702,7 @@ static int setGlWindow_x11(MPGLContext *ctx)
if (*vinfo) if (*vinfo)
XFree(*vinfo); XFree(*vinfo);
*vinfo = new_vinfo; *vinfo = new_vinfo;
getProcAddress = getdladdr("glXGetProcAddress"); getProcAddress = getdladdr("glXGetProcAddress");
if (!getProcAddress) if (!getProcAddress)
getProcAddress = getdladdr("glXGetProcAddressARB"); getProcAddress = getdladdr("glXGetProcAddressARB");
if (!getProcAddress) if (!getProcAddress)