From fd5d9222f047998c1b63ef5566296dae5852ccda Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?angel=C2=BF?= <155915830+NopAngel@users.noreply.github.com> Date: Thu, 21 May 2026 12:17:38 -0400 Subject: [PATCH] * error.c: remove non-breaking space (NBSP) to prevent compiler errors An invisible stray '\302\240' character after error_noent breaks compilation with modern toolchains. Replace it with a standard space.