Skip to content

Commit 8007373

Browse files
author
josue-morfin
committed
fix/: chamge timeout_10_hh to timeout_lto10_hh
1 parent e98d5f9 commit 8007373

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tape_drivers/hp_tape.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@ static struct _timeout_tape timeout_lto9_hh[] = {
346346
{-1, -1}
347347
};
348348

349-
static struct _timeout_tape timeout_10_hh[] = {
349+
static struct _timeout_tape timeout_lto10_hh[] = {
350350
{ ERASE, 166370 },
351351
{ FORMAT_MEDIUM, 3240 },
352352
{ LOAD_UNLOAD, 960 },

0 commit comments

Comments
 (0)