fix typo in window.c
This commit is contained in:
committed by
Kristian Høgsberg
parent
48e2989594
commit
9c7a8cc663
+1
-1
@@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user