Skip to content

Commit

Permalink
Add missing \n to an error message.
Browse files Browse the repository at this point in the history
  • Loading branch information
redcode committed Sep 16, 2024
1 parent f3132e6 commit fa22870
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sources/test-Z80.c
Original file line number Diff line number Diff line change
Expand Up @@ -920,7 +920,7 @@ int main(int argc, char **argv)
)
{
cannot_allocate_memory:
fputs("test-Z80: Cannot allocate memory.", stderr);
fputs("test-Z80: Cannot allocate memory.\n", stderr);
goto exit_with_error;
}

Expand Down

0 comments on commit fa22870

Please sign in to comment.