[Xfce4-commits] [xfce/xfwm4] 22/32: compositor: fix possible infinite loop
noreply at xfce.org
noreply at xfce.org
Tue Dec 5 09:22:08 CET 2017
This is an automated email from the git hooks/post-receive script.
o l i v i e r p u s h e d a c o m m i t t o b r a n c h m a s t e r
in repository xfce/xfwm4.
commit c2b0c814d5f08ce8c0895f3a4af6696655a90dd6
Author: Viktor Odintsev <zakhams at gmail.com>
Date: Tue Jul 4 02:05:53 2017 +0300
compositor: fix possible infinite loop
---
src/compositor.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/compositor.c b/src/compositor.c
index 43477e2..4d1b01f 100644
--- a/src/compositor.c
+++ b/src/compositor.c
@@ -1019,7 +1019,7 @@ check_gl_error (void)
GLenum error;
error = glGetError();
- while (error != GL_NO_ERROR);
+ while (error != GL_NO_ERROR)
{
clean = FALSE;
switch (error)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list