darwin: remove invalid characters

This commit is contained in:
IoIxD 2026-01-09 14:45:12 -07:00
commit da33a1a3c6
5 changed files with 17 additions and 17 deletions

View file

@ -1,4 +1,4 @@
IF (param_get("experimental-wayland")) {
if (param_get("experimental-wayland")) {
use_backend("wayland", "x11");
}
else {