aboutsummaryrefslogtreecommitdiff
path: root/src/environment.h
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2025-04-01 15:01:44 -0400
committerBruce Hill <bruce@bruce-hill.com>2025-04-01 15:01:44 -0400
commit0cd929a6613acb2c73f3c1d4cc1cfdaaa44a6737 (patch)
treecf6552c3c8bdb803316766317a2eb891750a7967 /src/environment.h
parent35e9feff6b551ebd239fe6aa29aacb48d389fbe9 (diff)
Remove accidental extra newline
Diffstat (limited to 'src/environment.h')
-rw-r--r--src/environment.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/environment.h b/src/environment.h
index 00b8fbba..a327563d 100644
--- a/src/environment.h
+++ b/src/environment.h
@@ -72,7 +72,7 @@ env_t *namespace_env(env_t *env, const char *namespace_name);
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(stderr, __VA_ARGS__); \
+ fprint_inline(stderr, __VA_ARGS__); \
if (USE_COLOR) \
fputs(" \x1b[m", stderr); \
fputs("\n\n", stderr); \