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.
This commit is contained in:
parent
73cd600798
commit
0d7567f8ea
|
@ -4783,7 +4783,7 @@
|
||||||
else
|
else
|
||||||
error = Load_EmptyClassDefinition ( cd, stream );
|
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 */
|
(void)FILE_Seek( cur_offset ); /* Changes error as a side-effect */
|
||||||
|
|
||||||
return error;
|
return error;
|
||||||
|
|
Loading…
Reference in New Issue