mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-20 05:13:22 -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;
|
goto exit;
|
||||||
|
|
||||||
if (verbose)
|
if (verbose)
|
||||||
printf("passed\n");
|
printf("passed\n\n");
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
exit:
|
exit:
|
||||||
if (verbose)
|
if (verbose)
|
||||||
printf("failed\n");
|
printf("failed\n\n");
|
||||||
return res;
|
return res;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue