remove new line

This commit is contained in:
Chris Cromer 2021-07-17 21:12:02 -04:00
parent 94a32f28f6
commit daa9cf8673
1 changed files with 0 additions and 3 deletions

View File

@ -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);