mirror of
https://github.com/mpv-player/mpv
synced 2025-01-19 05:41:16 +00:00
wayland: add missing newline in wayland_common
This commit is contained in:
parent
89dfcf8286
commit
d2467f61be
@ -592,7 +592,7 @@ static void data_device_handle_selection(void *data, struct wl_data_device *wl_d
|
||||
if (wl->dnd_offer) {
|
||||
wl_data_offer_destroy(wl->dnd_offer);
|
||||
wl->dnd_offer = NULL;
|
||||
MP_VERBOSE(wl, "Received a new DND offer. Releasing the previous offer.");
|
||||
MP_VERBOSE(wl, "Received a new DND offer. Releasing the previous offer.\n");
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user