Ignore:
Timestamp:
Jan 1, 2014, 12:47:38 AM (10 years ago)
Author:
Bruno Cornec
Message:
  • Update mindi-busybox to 1.21.1
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.2/mindi-busybox/util-linux/fdformat.c

    r2725 r3232  
    55 * Licensed under GPLv2, see file LICENSE in this source tree.
    66 */
     7
     8//usage:#define fdformat_trivial_usage
     9//usage:       "[-n] DEVICE"
     10//usage:#define fdformat_full_usage "\n\n"
     11//usage:       "Format floppy disk\n"
     12//usage:     "\n    -n  Don't verify after format"
    713
    814#include "libbb.h"
     
    111117            while (--read_bytes >= 0) {
    112118                if (data[read_bytes] != FD_FILL_BYTE) {
    113                      printf("bad data in cyl %d\nContinuing... ", cyl);
     119                    printf("bad data in cyl %d\nContinuing... ", cyl);
    114120                }
    115121            }
Note: See TracChangeset for help on using the changeset viewer.