Demos: remove excessive \n

This commit is contained in:
Frank Denis
2015-05-27 20:02:20 +02:00
parent 385b44aee5
commit c28886dc42
2 changed files with 0 additions and 2 deletions
-1
View File
@@ -48,7 +48,6 @@ generichashstream(void)
fputs("Hash: ", stdout);
print_hex(h, sizeof h);
putchar('\n');
putchar('\n');
}
int
-1
View File
@@ -52,7 +52,6 @@ shorthash(void)
fputs("Hash: ", stdout);
print_hex(hash, sizeof hash);
putchar('\n');
putchar('\n');
}
int