aboutsummaryrefslogtreecommitdiff
path: root/sh.misc.c
diff options
context:
space:
mode:
Diffstat (limited to 'sh.misc.c')
-rw-r--r--sh.misc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sh.misc.c b/sh.misc.c
index 05b58d197a1d..0b6b3370934c 100644
--- a/sh.misc.c
+++ b/sh.misc.c
@@ -99,7 +99,7 @@ blkpr(Char *const *av)
{
for (; *av; av++) {
- xprintf("%S", *av);
+ xprintf("%" TCSH_S, *av);
if (av[1])
xprintf(" ");
}