summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaya Rashish <maya@NetBSD.org>2019-08-09 12:53:48 +0300
committerAlan Coopersmith <alan.coopersmith@oracle.com>2019-08-17 19:51:19 +0000
commit3e0e36e4a9fee32105aa7c5cb6e089c495b92b10 (patch)
treed1d86225222fa6d978d263b54ad248aea676d599
parent194cb45ceb510c3e580460919cd7e5dd31a285c8 (diff)
downloadxorg-lib-libXfont-3e0e36e4a9fee32105aa7c5cb6e089c495b92b10.tar.gz
Fix whitespace
-rw-r--r--src/bitmap/bitscale.c2
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;
}