Stop github thinking this is Mathematica

This commit is contained in:
Theodore Dubois 2016-09-22 12:00:21 -07:00 committed by GitHub
parent 9017eaee08
commit d9248a3e7b

View File

@ -331,7 +331,7 @@ GLFWvidmode* _glfwPlatformGetVideoModes(_GLFWmonitor* monitor, int* count)
if (i < *count)
continue;
(*count)++;
*count++;
result[*count - 1] = mode;
}