Skip to content

Commit 31aab10

Browse files
gh-84: Remove spaces from WARN.
1 parent 743900a commit 31aab10

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/builtins.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4936,7 +4936,6 @@ static Value builtin_warn(Interpreter* interp, Value* args, int argc, Expr** arg
49364936
if (forward) {
49374937
printf("WARNING: ");
49384938
for (int i = 0; i < argc; i++) {
4939-
if (i > 0) printf(" ");
49404939
switch (args[i].type) {
49414940
case VAL_INT: {
49424941
char* s = int_to_base_prefixed_str(args[i].as.i, numeric_base_of(args[i]));

0 commit comments

Comments
 (0)