aboutsummaryrefslogtreecommitdiff
path: root/tcctools.c
diff options
context:
space:
mode:
Diffstat (limited to 'tcctools.c')
-rw-r--r--tcctools.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tcctools.c b/tcctools.c
index 34cefa1..48c7153 100644
--- a/tcctools.c
+++ b/tcctools.c
@@ -390,7 +390,7 @@ usage:
}
if (v)
- printf("<- %s (%d symbol%s)\n", outfile, i, "s"[i<2]);
+ printf("<- %s (%d symbol%s)\n", outfile, i, &"s"[i<2]);
ret = 0;