1
0
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:
Emmanuel Gil Peyrot 2022-07-23 18:48:28 +02:00 committed by Dudemanguy
parent 89dfcf8286
commit d2467f61be

View File

@ -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");
}
}