remove new line
This commit is contained in:
parent
94a32f28f6
commit
daa9cf8673
@ -235,9 +235,6 @@ void echo(StringArray *args) {
|
||||
}
|
||||
|
||||
for (size_t i = 0; i < no_variables->size; i++) {
|
||||
if (i == 0) {
|
||||
fprintf(stderr, "\n");
|
||||
}
|
||||
fprintf(stderr, "The variable %s doesn't exist!\n", no_variables->array[i]);
|
||||
}
|
||||
free_string_array(no_variables);
|
||||
|
Loading…
Reference in New Issue
Block a user