Cleanup: suspicious use of commas

This commit is contained in:
2016-03-04 16:38:41 +11:00
parent 4ec61ff9f6
commit b8417501ab
4 changed files with 4 additions and 4 deletions

View File

@@ -3681,7 +3681,7 @@ static PyObject *Method_ShaderSource(PyObject *UNUSED(self), PyObject *args)
glShaderSource(shader, 1, (const char **)&source, NULL);
return Py_INCREF(Py_None), Py_None;
Py_RETURN_NONE;
}