Changed output format slightly

This commit is contained in:
Chris Oei 2012-09-03 11:57:18 -07:00
parent 6f3198f14d
commit 30c7739e93

2
main.c
View file

@ -157,7 +157,7 @@ main(int argc, char *argv[])
char buf[129];
bintohex(buf, 64, dk);
printf("Hex passkey: %s\n", buf);
printf("Pass hex: %s\n", buf);
/* If we failed, print the right error message and exit. */
if (rc != 0) {