From f13109b0e1ac4a613363377d6698bf9637cf1e97 Mon Sep 17 00:00:00 2001 From: Owen Taylor Date: Tue, 15 Apr 2003 23:01:19 +0000 Subject: Fix mispelled constant from last commit. Tue Apr 15 06:57:02 2003 Owen Taylor * pango/opentype/ftxgpos.c: Fix mispelled constant from last commit. --- pango/opentype/ftxgpos.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pango') 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; -- cgit v1.2.1