Fixed misnamed rewind command (noted by Tom Oehser).

This commit is contained in:
Matt Kraai 2001-05-22 14:32:35 +00:00
parent edc806507c
commit 1eb4acfc23
2 changed files with 2 additions and 2 deletions

View File

@ -35,7 +35,7 @@ static const struct mt_opcodes opcodes[] = {
{"ras3", MTRAS3}, {"ras3", MTRAS3},
{"reset", MTRESET}, {"reset", MTRESET},
{"retension", MTRETEN}, {"retension", MTRETEN},
{"rew", MTREW}, {"rewind", MTREW},
{"seek", MTSEEK}, {"seek", MTSEEK},
{"setblk", MTSETBLK}, {"setblk", MTSETBLK},
{"setdensity", MTSETDENSITY}, {"setdensity", MTSETDENSITY},

2
mt.c
View File

@ -35,7 +35,7 @@ static const struct mt_opcodes opcodes[] = {
{"ras3", MTRAS3}, {"ras3", MTRAS3},
{"reset", MTRESET}, {"reset", MTRESET},
{"retension", MTRETEN}, {"retension", MTRETEN},
{"rew", MTREW}, {"rewind", MTREW},
{"seek", MTSEEK}, {"seek", MTSEEK},
{"setblk", MTSETBLK}, {"setblk", MTSETBLK},
{"setdensity", MTSETDENSITY}, {"setdensity", MTSETDENSITY},