From feb7ae7f01e13dce31118e5a58b09b237d25e58c Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Mon, 1 Oct 2007 12:05:12 +0000 Subject: printf("%s\n") -> puts() --- util-linux/losetup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util-linux/losetup.c') 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 { -- cgit v1.2.3