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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/util-linux/fdformat.c b/util-linux/fdformat.c
index 2f0854a30..b3e918fb0 100644
--- a/util-linux/fdformat.c
+++ b/util-linux/fdformat.c
@@ -116,7 +116,7 @@ int fdformat_main(int argc UNUSED_PARAM, char **argv)
116 /* Check backwards so we don't need a counter */ 116 /* Check backwards so we don't need a counter */
117 while (--read_bytes >= 0) { 117 while (--read_bytes >= 0) {
118 if (data[read_bytes] != FD_FILL_BYTE) { 118 if (data[read_bytes] != FD_FILL_BYTE) {
119 printf("bad data in cyl %d\nContinuing... ", cyl); 119 printf("bad data in cyl %d\nContinuing... ", cyl);
120 } 120 }
121 } 121 }
122 } 122 }