From 5e305fa8547bbdeef765813ca4a1c29037248ee9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ekl=C3=B6f?= Date: Fri, 30 Jun 2023 08:24:02 +0200 Subject: [PATCH] =?UTF-8?q?wayland:=20typo:=20=E2=80=98.=E2=80=99=20->=20?= =?UTF-8?q?=E2=80=98;=E2=80=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes #1392 --- wayland.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wayland.c b/wayland.c index c9693200..406aba6d 100644 --- a/wayland.c +++ b/wayland.c @@ -1908,7 +1908,7 @@ wayl_surface_scale_explicit_width_height( round((float)height / scale)); #else BUG("wayl_fraction_scaling() returned true, " - "but fractional scaling was not available at compile time"). + "but fractional scaling was not available at compile time"); #endif } else { LOG_DBG("scaling by a factor of %.2f using legacy mode "