aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2025-04-01 15:02:21 -0400
committerBruce Hill <bruce@bruce-hill.com>2025-04-01 15:02:21 -0400
commit354ed77535d17f2fc71780f1aaeb7ebfb80307d4 (patch)
tree0debe455f04583c542b7e5a3d4825d1f6f1d8368 /src
parent0cd929a6613acb2c73f3c1d4cc1cfdaaa44a6737 (diff)
Add back extra space
Diffstat (limited to 'src')
-rw-r--r--src/environment.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/environment.h b/src/environment.h
index a327563d..bc0d55a1 100644
--- a/src/environment.h
+++ b/src/environment.h
@@ -69,7 +69,7 @@ env_t *namespace_env(env_t *env, const char *namespace_name);
#define compiler_err(f, start, end, ...) ({ \
file_t *_f = f; \
if (USE_COLOR) \
- fputs("\x1b[31;7;1m", stderr); \
+ fputs("\x1b[31;7;1m ", stderr); \
if (_f && start && end) \
fprint_inline(stderr, _f->relative_filename, ":", get_line_number(_f, start), ".", get_line_column(_f, start), ": "); \
fprint_inline(stderr, __VA_ARGS__); \