mirror of
https://gitlab.freedesktop.org/wayland/weston.git
synced 2026-05-09 04:48:04 +02:00
clients: Remove stray new-line
Signed-off-by: Jonas Ådahl <jadahl@gmail.com>
This commit is contained in:
parent
836b9c7177
commit
6c3bd9c7c3
1 changed files with 1 additions and 2 deletions
|
|
@ -256,8 +256,7 @@ egl_make_swapbuffers_nonblock(struct egl_state *egl)
|
|||
if (!eglGetConfigAttrib(egl->dpy, egl->conf, a, &a) ||
|
||||
!eglGetConfigAttrib(egl->dpy, egl->conf, b, &b)) {
|
||||
fprintf(stderr, "warning: swap interval range unknown\n");
|
||||
} else
|
||||
if (a > 0) {
|
||||
} else if (a > 0) {
|
||||
fprintf(stderr, "warning: minimum swap interval is %d, "
|
||||
"while 0 is required to not deadlock on resize.\n", a);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue