Fix mispelled constant from last commit.
authorOwen Taylor <otaylor@redhat.com>
Tue, 15 Apr 2003 23:01:19 +0000 (23:01 +0000)
committerOwen Taylor <otaylor@src.gnome.org>
Tue, 15 Apr 2003 23:01:19 +0000 (23:01 +0000)
Tue Apr 15 06:57:02 2003  Owen Taylor  <otaylor@redhat.com>

        * pango/opentype/ftxgpos.c: Fix mispelled constant
        from last commit.

src/ftxgpos.c

index a71896c..124898f 100644 (file)
     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;