diff options
Diffstat (limited to 'util-linux')
-rw-r--r-- | util-linux/losetup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util-linux/losetup.c b/util-linux/losetup.c index 57e8569dc..c61af3d29 100644 --- a/util-linux/losetup.c +++ b/util-linux/losetup.c @@ -64,7 +64,7 @@ int losetup_main(int argc, char **argv) s = query_loop(dev); if (!s) { if (opt == 0x4) { - printf("%s\n", dev); + puts(dev); return EXIT_SUCCESS; } } else { |