aboutsummaryrefslogtreecommitdiff
path: root/userspace/bytetest.c
diff options
context:
space:
mode:
Diffstat (limited to 'userspace/bytetest.c')
-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;
}