clients: Remove stray new-line
Signed-off-by: Jonas Ådahl <jadahl@gmail.com>
This commit is contained in:
committed by
Bryce Harrington
parent
836b9c7177
commit
6c3bd9c7c3
@@ -256,8 +256,7 @@ egl_make_swapbuffers_nonblock(struct egl_state *egl)
|
|||||||
if (!eglGetConfigAttrib(egl->dpy, egl->conf, a, &a) ||
|
if (!eglGetConfigAttrib(egl->dpy, egl->conf, a, &a) ||
|
||||||
!eglGetConfigAttrib(egl->dpy, egl->conf, b, &b)) {
|
!eglGetConfigAttrib(egl->dpy, egl->conf, b, &b)) {
|
||||||
fprintf(stderr, "warning: swap interval range unknown\n");
|
fprintf(stderr, "warning: swap interval range unknown\n");
|
||||||
} else
|
} else if (a > 0) {
|
||||||
if (a > 0) {
|
|
||||||
fprintf(stderr, "warning: minimum swap interval is %d, "
|
fprintf(stderr, "warning: minimum swap interval is %d, "
|
||||||
"while 0 is required to not deadlock on resize.\n", a);
|
"while 0 is required to not deadlock on resize.\n", a);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user