summaryrefslogtreecommitdiffstats
path: root/misc-utils/cal.c
diff options
context:
space:
mode:
authorKarel Zak2018-01-30 16:17:10 +0100
committerKarel Zak2018-01-30 16:17:10 +0100
commitf066c107ce6b76b4b11b239b9ab77561d4e0b84e (patch)
treec2361d66d794c5505d4fad0379a82235a15d1418 /misc-utils/cal.c
parentcal: don't use year header for -1, -3 or -n (diff)
downloadkernel-qcow2-util-linux-f066c107ce6b76b4b11b239b9ab77561d4e0b84e.tar.gz
kernel-qcow2-util-linux-f066c107ce6b76b4b11b239b9ab77561d4e0b84e.tar.xz
kernel-qcow2-util-linux-f066c107ce6b76b4b11b239b9ab77561d4e0b84e.zip
cal: remove extra space after year output
Reported-by: Mike Frysinger <vapier@gentoo.org> Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'misc-utils/cal.c')
-rw-r--r--misc-utils/cal.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/misc-utils/cal.c b/misc-utils/cal.c
index adc5436ac..a110b1b8f 100644
--- a/misc-utils/cal.c
+++ b/misc-utils/cal.c
@@ -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");
}
/*