add newline at end of output

This commit is contained in:
Klas Lindfors
2015-05-08 13:49:32 +02:00
parent bf3fcc77fe
commit 8ce4ab4997
+1 -1
View File
@@ -389,7 +389,7 @@ static bool import_key(ykpiv_state *state, enum enum_key_format key_format,
&recv_len, &sw) != YKPIV_OK) {
return false;
} else if(sw != 0x9000) {
fprintf(stderr, "Failed import command with code %x.", sw);
fprintf(stderr, "Failed import command with code %x.\n", sw);
} else {
ret = true;
}