summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--opengl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/opengl.h b/opengl.h
index 8628e36d3..35ccf6878 100644
--- a/opengl.h
+++ b/opengl.h
@@ -44,7 +44,7 @@ glx_check_err_(session_t *ps, const char *func, int line) {
if (!ps->glx_context) return;
GLenum err = GL_NO_ERROR;
-
+
while (GL_NO_ERROR != (err = glGetError())) {
print_timestamp(ps);
printf("%s():%d: GLX error ", func, line);