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:
Owen Taylor 2003-04-15 23:01:19 +00:00 committed by Owen Taylor
parent 73cd600798
commit 0d7567f8ea
1 changed files with 1 additions and 1 deletions

View File

@ -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;