diff options
author | Maya Rashish <maya@NetBSD.org> | 2019-08-09 12:53:48 +0300 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2019-08-17 19:51:19 +0000 |
commit | 3e0e36e4a9fee32105aa7c5cb6e089c495b92b10 (patch) | |
tree | d1d86225222fa6d978d263b54ad248aea676d599 | |
parent | 194cb45ceb510c3e580460919cd7e5dd31a285c8 (diff) |
Fix whitespace
-rw-r--r-- | src/bitmap/bitscale.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bitmap/bitscale.c b/src/bitmap/bitscale.c index 12d40d1..1c68c5b 100644 --- a/src/bitmap/bitscale.c +++ b/src/bitmap/bitscale.c @@ -597,7 +597,7 @@ ComputeScaledProperties(FontInfoPtr sourceFontInfo, /* the font to be scaled */ *pIsStringProp = isStringProp; if (!isStringProp) { - fprintf(stderr, "Error: Couldn't allocate isStringProp (%d)\n", nProps); + fprintf(stderr, "Error: Couldn't allocate isStringProp (%d)\n", nProps); free (fp); return 1; } |