diff options
author | Owen Taylor <otaylor@redhat.com> | 2003-04-15 23:01:19 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2003-04-15 23:01:19 +0000 |
commit | f13109b0e1ac4a613363377d6698bf9637cf1e97 (patch) | |
tree | 71cfc8295ed808e4b1495eb176d92eba6fd70931 /pango | |
parent | f1eed2fe6cacbfa317ac42b2a5164fdd17752804 (diff) | |
download | pango-f13109b0e1ac4a613363377d6698bf9637cf1e97.tar.gz |
Fix mispelled constant from last commit.
Tue Apr 15 06:57:02 2003 Owen Taylor <otaylor@redhat.com>
* pango/opentype/ftxgpos.c: Fix mispelled constant
from last commit.
Diffstat (limited to 'pango')
-rw-r--r-- | pango/opentype/ftxgpos.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pango/opentype/ftxgpos.c b/pango/opentype/ftxgpos.c index a71896ca..124898f9 100644 --- a/pango/opentype/ftxgpos.c +++ b/pango/opentype/ftxgpos.c @@ -4783,7 +4783,7 @@ else error = Load_EmptyClassDefinition ( cd, stream ); - if (error == TT_ERR_OK) + if (error == TT_Err_Ok) (void)FILE_Seek( cur_offset ); /* Changes error as a side-effect */ return error; |