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:
Bart Oldeman 2004-05-11 10:33:17 +00:00
parent 6f145e9834
commit 5a738a9695
1 changed files with 0 additions and 1 deletions

View File

@ -962,7 +962,6 @@ dispatch:
case 0x46:
rc = DosForceDup(lr.BX, lr.CX);
goto short_check;
break;
/* Get Current Directory */
case 0x47: