From a1209a55429a4d19791ba2def5a25000cfef1e26 Mon Sep 17 00:00:00 2001 From: Bart Oldeman Date: Sun, 15 Jun 2003 11:51:38 +0000 Subject: [PATCH] Remove superfluous printf("\n"); git-svn-id: https://svn.code.sf.net/p/freedos/svn/kernel/trunk@586 6ac86273-5f31-0410-b378-82cca8765d1b --- utils/patchobj.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/utils/patchobj.c b/utils/patchobj.c index 5cd65b8..9d0eb6c 100644 --- a/utils/patchobj.c +++ b/utils/patchobj.c @@ -201,6 +201,4 @@ void go_records(FILE * fdin, FILE * fdo) } while (Record.rectyp != 0x00 /*ENDFIL*/); - - printf("\n"); }