aboutsummaryrefslogtreecommitdiff
path: root/util-linux/fdformat.c
diff options
context:
space:
mode:
Diffstat (limited to 'util-linux/fdformat.c')
-rw-r--r--util-linux/fdformat.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/util-linux/fdformat.c b/util-linux/fdformat.c
index 6f49cec8f..6ef6445e6 100644
--- a/util-linux/fdformat.c
+++ b/util-linux/fdformat.c
@@ -93,7 +93,7 @@ int fdformat_main(int argc UNUSED_PARAM, char **argv)
93 } 93 }
94 94
95 xioctl(fd, FDFMTEND, NULL); 95 xioctl(fd, FDFMTEND, NULL);
96 printf("done\n"); 96 puts("Done");
97 97
98 /* VERIFY */ 98 /* VERIFY */
99 if (verify) { 99 if (verify) {
@@ -126,7 +126,7 @@ int fdformat_main(int argc UNUSED_PARAM, char **argv)
126 126
127 if (ENABLE_FEATURE_CLEAN_UP) free(data); 127 if (ENABLE_FEATURE_CLEAN_UP) free(data);
128 128
129 printf("done\n"); 129 puts("Done");
130 } 130 }
131 131
132 if (ENABLE_FEATURE_CLEAN_UP) close(fd); 132 if (ENABLE_FEATURE_CLEAN_UP) close(fd);