aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDu Huanpeng <u74147@gmail.com>2015-10-29 09:28:27 +0800
committerLasse Collin <lasse.collin@tukaani.org>2015-10-30 18:57:44 +0200
commitdf9d444ef33010ba63ee4a46bf480c3e5d4b6db5 (patch)
treeec345da9b5494ba9ec767bd945a62ce0332aff7f
parentee2a443c79afbff48291f133acd42d95861cf721 (diff)
downloadxz-embedded-df9d444ef33010ba63ee4a46bf480c3e5d4b6db5.tar.gz
userspace: bytetest: add a new line after error message
Signed-off-by: Du Huanpeng <u74147@gmail.com>
-rw-r--r--userspace/bytetest.c2
1 files changed, 1 insertions, 1 deletions
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 @@ int main(int argc, char **argv)
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;
}