summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEmmanuel Gil Peyrot <linkmauve@linkmauve.fr>2022-07-23 18:48:28 +0200
committerDudemanguy <random342@airmail.cc>2022-07-23 19:56:48 +0000
commitd2467f61bec6909d3596cdc98343ef1f0366aff5 (patch)
tree95b0e4a637125c3693ce86154a75f89bc47f8f09
parent89dfcf8286fbcd70669650fb52edaefa6343c113 (diff)
downloadmpv-d2467f61bec6909d3596cdc98343ef1f0366aff5.tar.bz2
mpv-d2467f61bec6909d3596cdc98343ef1f0366aff5.tar.xz
wayland: add missing newline in wayland_common
-rw-r--r--video/out/wayland_common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/video/out/wayland_common.c b/video/out/wayland_common.c
index c705f6e165..9d2e43b005 100644
--- a/video/out/wayland_common.c
+++ b/video/out/wayland_common.c
@@ -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");
}
}