mirror of https://github.com/FDOS/kernel.git
Remove redundant "break".
git-svn-id: https://svn.code.sf.net/p/freedos/svn/kernel/trunk@933 6ac86273-5f31-0410-b378-82cca8765d1b
This commit is contained in:
parent
6f145e9834
commit
5a738a9695
|
@ -962,7 +962,6 @@ dispatch:
|
|||
case 0x46:
|
||||
rc = DosForceDup(lr.BX, lr.CX);
|
||||
goto short_check;
|
||||
break;
|
||||
|
||||
/* Get Current Directory */
|
||||
case 0x47:
|
||||
|
|
Loading…
Reference in New Issue