Fixed small typo in code for OS X 10.5, totally the fault of GCC for not

flagging up the error :)
This commit is contained in:
kappaOne 2013-07-08 21:50:01 +01:00
parent 83053798ca
commit 0965ef8f46
1 changed files with 1 additions and 1 deletions

View File

@ -749,7 +749,7 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_MacOSXDisplay_nGetDisplayModes(JNIE
count = CFArrayGetCount(modes);
for (index = 0; index < count; index++) {
mode1 = CFArrayGetValueAtIndex(modes, index);
mode = CFArrayGetValueAtIndex(modes, index);
long bitsPerPixel = 0;
long width = 0;