Cosmetics/reindent.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31012 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
reimar 2010-04-04 19:44:03 +00:00
parent 1a42a53fd2
commit 3107620451
1 changed files with 13 additions and 14 deletions

View File

@ -215,8 +215,7 @@ static int initTextures(void)
mp_msg (MSGT_VO, MSGL_FATAL, "[gl2] Give up .. usable texture size not avaiable, or texture config error !\n"); mp_msg (MSGT_VO, MSGL_FATAL, "[gl2] Give up .. usable texture size not avaiable, or texture config error !\n");
return -1; return -1;
} }
} } while (texture_width > 1 && texture_height > 1);
while (texture_width > 1 && texture_height > 1);
#ifdef TEXTURE_WIDTH #ifdef TEXTURE_WIDTH
texture_width = TEXTURE_WIDTH; texture_width = TEXTURE_WIDTH;
#endif #endif