wayland: typo: ‘.’ -> ‘;’

Closes #1392
This commit is contained in:
Daniel Eklöf 2023-06-30 08:24:02 +02:00
parent df71d9c6de
commit 5e305fa854
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

View file

@ -1908,7 +1908,7 @@ wayl_surface_scale_explicit_width_height(
round((float)height / scale)); round((float)height / scale));
#else #else
BUG("wayl_fraction_scaling() returned true, " 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 #endif
} else { } else {
LOG_DBG("scaling by a factor of %.2f using legacy mode " LOG_DBG("scaling by a factor of %.2f using legacy mode "