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.
pull/1/head
Owen Taylor 22 years ago committed by Owen Taylor
parent 73cd600798
commit 0d7567f8ea
  1. 2
      src/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;

Loading…
Cancel
Save