1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-17 10:26:15 +00:00

Correct a typo.

This commit is contained in:
Søren Schmidt 2000-01-06 23:10:59 +00:00
parent 6d73a68a82
commit 2f4bc071b3
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=55525

View File

@ -174,7 +174,7 @@ main(int argc, char **argv)
err(EX_IOERR, "ioctl(CDRIOCCLOSETRACK)");
}
if (ioctl(fd, CDRIOCGETBLOCKSIZE, &saved_block_size) < 0)
if (ioctl(fd, CDRIOCSETBLOCKSIZE, &saved_block_size) < 0)
err(EX_IOERR, "ioctl(CDRIOCGETBLOCKSIZE)");
if (eject)