From c28886dc423ac42c5640ff0ef38dd88b8fb3b13e Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Wed, 27 May 2015 20:02:20 +0200 Subject: [PATCH] Demos: remove excessive \n --- demos/generichashstream.c | 1 - demos/shorthash.c | 1 - 2 files changed, 2 deletions(-) diff --git a/demos/generichashstream.c b/demos/generichashstream.c index 25cb2b88..1e3b84c8 100644 --- a/demos/generichashstream.c +++ b/demos/generichashstream.c @@ -48,7 +48,6 @@ generichashstream(void) fputs("Hash: ", stdout); print_hex(h, sizeof h); putchar('\n'); - putchar('\n'); } int diff --git a/demos/shorthash.c b/demos/shorthash.c index b526397d..14272192 100644 --- a/demos/shorthash.c +++ b/demos/shorthash.c @@ -52,7 +52,6 @@ shorthash(void) fputs("Hash: ", stdout); print_hex(hash, sizeof hash); putchar('\n'); - putchar('\n'); } int