summaryrefslogtreecommitdiff
path: root/src/psaux
diff options
context:
space:
mode:
authorWerner Lemberg <wl@gnu.org>2001-09-10 06:55:43 +0000
committerWerner Lemberg <wl@gnu.org>2001-09-10 06:55:43 +0000
commitef873514945a8892a5bc350d01052f6e7b242949 (patch)
tree8569a1e8668a414e8b588b844244265d4548c91b /src/psaux
parent5780b17432e5b95bfdd150bfcae91024f62045a8 (diff)
downloadfreetype2-ef873514945a8892a5bc350d01052f6e7b242949.tar.gz
formatting
Diffstat (limited to 'src/psaux')
-rw-r--r--src/psaux/psobjs.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/psaux/psobjs.c b/src/psaux/psobjs.c
index 92e5b0eb0..a21008495 100644
--- a/src/psaux/psobjs.c
+++ b/src/psaux/psobjs.c
@@ -167,6 +167,7 @@
FT_Offset new_size = table->capacity;
FT_Long in_offset;
+
in_offset = (FT_Long)((FT_Byte*)object - table->block);
if ( (FT_ULong)in_offset >= table->capacity )
in_offset = -1;