mostly style fixes

This commit is contained in:
Denis Vlasenko
2006-11-01 10:25:35 +00:00
parent 048c93cc55
commit 9225854144
12 changed files with 156 additions and 161 deletions

View File

@@ -107,7 +107,7 @@ int mt_main(int argc, char **argv)
case MTTELL:
if (ioctl(fd, MTIOCPOS, &position) < 0)
bb_perror_msg_and_die("%s", file);
printf ("At block %d.\n", (int) position.mt_blkno);
printf("At block %d.\n", (int) position.mt_blkno);
break;
default: