Skip to content

Commit

Permalink
add newline to error msg
Browse files Browse the repository at this point in the history
  • Loading branch information
csl04r committed Dec 3, 2018
1 parent fffcd93 commit df90821
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion corkscrew.c
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ char *argv[];
}
else {
exit_code = 1;
fprintf(stderr, "ERROR: base64 encoding failed");
fprintf(stderr, "ERROR: base64 encoding failed\n");
goto CLEANUP;
}
}
Expand Down

0 comments on commit df90821

Please sign in to comment.