aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index 8dba990..bfee96e 100644
--- a/src/main.c
+++ b/src/main.c
@@ -78,7 +78,7 @@ main (int argc, char *argv[])
goto EXIT;
}
else if (argc > 2) {
- extra_args = join_str(argv, argc-1, ' ');
+ extra_args = join_str(argv, argc-1, " ");
}
compile_file = strdup (argv[argc - 1]);
ccmds_len = get_commands (&ccmds);