Add missing \ before an 'n' to get the proper newline when running

fdisk -s for each partition.
This commit is contained in:
Warner Losh 2002-03-27 06:20:20 +00:00
parent 93e70a5f37
commit 5416b6f4dd
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=93266

View file

@ -378,7 +378,7 @@ main(int argc, char *argv[])
if (partp->dp_start == 0 && partp->dp_size == 0)
#endif
continue;
printf("%4d: %11lu %11lu 0x%02xn", i + 1,
printf("%4d: %11lu %11lu 0x%02x\n", i + 1,
#ifdef PC98
partp->dp_scyl * cylsecs,
(partp->dp_ecyl - partp->dp_scyl + 1) * cylsecs,