mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-11-03 09:01:42 -05:00
fix typo in window.c
This commit is contained in:
parent
48e2989594
commit
9c7a8cc663
1 changed files with 1 additions and 1 deletions
|
|
@ -1614,7 +1614,7 @@ init_egl(struct display *d)
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!eglMakeCurrent(d->dpy, NULL, NULL, d->ctx)) {
|
if (!eglMakeCurrent(d->dpy, NULL, NULL, d->ctx)) {
|
||||||
fprintf(stderr, "faile to make context current\n");
|
fprintf(stderr, "failed to make context current\n");
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue