printf("%s\n") -> puts()

This commit is contained in:
Denis Vlasenko
2007-10-01 12:05:12 +00:00
parent 0c97c9d437
commit feb7ae7f01
7 changed files with 15 additions and 15 deletions

View File

@ -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 {