Skip to content

Commit d2e607f

Browse files
emaxx-googlefrankmorgner
authored andcommitted
Missing newline in CCID error
1 parent 29ccf47 commit d2e607f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ccid/src/scutil.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ int initialize(int reader_id, int verbose,
3636

3737
int r = sc_establish_context(ctx, "");
3838
if (r < 0 || !*ctx) {
39-
fprintf(stderr, "Failed to create initial context: %s", sc_strerror(r));
39+
fprintf(stderr, "Failed to create initial context: %s\n", sc_strerror(r));
4040
return r;
4141
}
4242

0 commit comments

Comments
 (0)