mirror of
https://github.com/mpv-player/mpv.git
synced 2025-12-26 21:00:21 +00:00
wayland: fix typo in error message
This commit is contained in:
@@ -1135,7 +1135,7 @@ static int vo_wayland_check_events (struct vo *vo)
|
||||
|
||||
if (poll(&fd, 1, 0) > 0) {
|
||||
if (fd.revents & POLLERR) {
|
||||
MP_ERR(wl, "error occured on the drag&drop fd\n");
|
||||
MP_ERR(wl, "error occurred on the drag&drop fd\n");
|
||||
close(wl->input.dnd_fd);
|
||||
wl->input.dnd_fd = -1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user