commit | df9d444ef33010ba63ee4a46bf480c3e5d4b6db5 | [log] [tgz] |
---|---|---|
author | Du Huanpeng <[email protected]> | Thu Oct 29 09:28:27 2015 +0800 |
committer | Lasse Collin <[email protected]> | Fri Oct 30 18:57:44 2015 +0200 |
tree | ec345da9b5494ba9ec767bd945a62ce0332aff7f | |
parent | ee2a443c79afbff48291f133acd42d95861cf721 [diff] |
userspace: bytetest: add a new line after error message Signed-off-by: Du Huanpeng <[email protected]>
diff --git a/userspace/bytetest.c b/userspace/bytetest.c index aa48b9b..0200d2e 100644 --- a/userspace/bytetest.c +++ b/userspace/bytetest.c
@@ -25,7 +25,7 @@ size_t uncomp_size; if (argc != 2) { - fputs("Give uncompressed size as the argument", stderr); + fputs("Give uncompressed size as the argument\n", stderr); return 1; }