Remove superfluous printf("\n");

git-svn-id: https://svn.code.sf.net/p/freedos/svn/kernel/trunk@586 6ac86273-5f31-0410-b378-82cca8765d1b
This commit is contained in:
Bart Oldeman 2003-06-15 11:51:38 +00:00
parent 5626d28919
commit a1209a5542

View File

@ -201,6 +201,4 @@ void go_records(FILE * fdin, FILE * fdo)
}
while (Record.rectyp != 0x00 /*ENDFIL*/);
printf("\n");
}