Skip to content

Commit 7fa1972

Browse files
committed
fix compilation error
1 parent 56121e2 commit 7fa1972

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

floppy.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1062,7 +1062,7 @@ void Set_Floppy_Media_Type()
10621062
switch (control)
10631063
{
10641064
case 0: printf(catgets(catalog, 22, 36, " 500 kbps (HD 1xx0k)\n")); break;
1065-
case 1: printf(catgets(catalog, 22, 37, " 300 kbps (DD 360k)\n"); break;
1065+
case 1: printf(catgets(catalog, 22, 37, " 300 kbps (DD 360k)\n")); break;
10661066
case 2: printf(catgets(catalog, 22, 38, " 250 kbps (DD 720k)\n")); break;
10671067
default: printf(catgets(catalog, 22, 39, "1000 kbps (ED 2880k)\n")); break;
10681068
}

0 commit comments

Comments
 (0)