remove output of empty line
authorbernhardheld <bernhardheld@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Wed, 24 Oct 2001 19:23:48 +0000 (19:23 +0000)
committerbernhardheld <bernhardheld@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Wed, 24 Oct 2001 19:23:48 +0000 (19:23 +0000)
git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1440 4a8a32a2-be11-0410-ad9d-d568d2c75423

as/mcs51/lkmain.c

index 58abc7212be9af10fd674772643f88a8d3bf19ec..3b0dbfe9857236a7570d667355a8e54d70accf30 100644 (file)
@@ -142,8 +142,6 @@ char *argv[];
        register char *p;
        register int c, i;
 
-       fprintf(stdout, "\n");
-
        startp = (struct lfile *) new (sizeof (struct lfile));
 
        pflag = 1;