From 9a8cb6fbf6f2aac6757c91c9822a80583690bcb4 Mon Sep 17 00:00:00 2001 From: tg Date: Sun, 24 Feb 2013 14:10:04 +0000 Subject: [PATCH] =?UTF-8?q?why=E2=80=99s=20there=20a=20space=20before=20th?= =?UTF-8?q?e=20newline=3F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- misc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/misc.c b/misc.c index 988f98c..a62c491 100644 --- a/misc.c +++ b/misc.c @@ -30,7 +30,7 @@ #include #endif -__RCSID("$MirOS: src/bin/mksh/misc.c,v 1.205 2012/12/17 23:18:08 tg Exp $"); +__RCSID("$MirOS: src/bin/mksh/misc.c,v 1.206 2013/02/24 14:10:04 tg Exp $"); #define KSH_CHVT_FLAG #ifdef MKSH_SMALL @@ -1206,7 +1206,7 @@ print_columns(struct shf *shf, unsigned int n, /* if we can only print one column anyway, skip the goo */ if (cols < 2) { for (i = 0; i < n; ++i) - shf_fprintf(shf, "%s \n", + shf_fprintf(shf, "%s\n", (*func)(str, max_oct, i, arg)); goto out; }