]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
cal: remove extra space after year output
authorKarel Zak <kzak@redhat.com>
Tue, 30 Jan 2018 15:17:10 +0000 (16:17 +0100)
committerKarel Zak <kzak@redhat.com>
Tue, 30 Jan 2018 15:17:10 +0000 (16:17 +0100)
Reported-by: Mike Frysinger <vapier@gentoo.org>
Signed-off-by: Karel Zak <kzak@redhat.com>
misc-utils/cal.c

index adc5436ac6bd288362756000237f5c1462caba07..a110b1b8f6653ef5cfe4d8f6a0a42f2d0d9888d0 100644 (file)
@@ -879,9 +879,6 @@ static void yearly(const struct cal_control *ctl)
                my_putstring("\n\n");
        }
        monthly(ctl);
-
-       /* Is empty line at the end year output really needed? */
-       my_putstring("\n");
 }
 
 /*