mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-19 21:03:23 -07:00
small fix in printf's
This commit is contained in:
parent
02e656c5ad
commit
ef744d8b1a
1 changed files with 4 additions and 4 deletions
|
@ -415,11 +415,11 @@ int ecdsa_nist_test(bool verbose) {
|
|||
goto exit;
|
||||
|
||||
if (verbose)
|
||||
printf("passed\n");
|
||||
printf("passed\n\n");
|
||||
|
||||
return 0;
|
||||
exit:
|
||||
if (verbose)
|
||||
printf("failed\n");
|
||||
printf("failed\n\n");
|
||||
return res;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue