From 30c7739e93f8e8e9f9546170b3aa58b7502e1b81 Mon Sep 17 00:00:00 2001 From: Chris Oei Date: Mon, 3 Sep 2012 11:57:18 -0700 Subject: [PATCH] Changed output format slightly --- main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.c b/main.c index 9f34158..565d443 100644 --- a/main.c +++ b/main.c @@ -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) {