From 431282fc9efdc2446b601d9373e046f4521926fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Suzuki=2C=20Toshiya=20=28=E9=88=B4=E6=9C=A8=E4=BF=8A?= =?UTF-8?q?=E5=93=89=29?= Date: Fri, 15 Dec 2006 15:39:04 +0000 Subject: [PATCH] * Add volatile to sync svotval.h with otvmod.c --- include/freetype/internal/services/svotval.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/freetype/internal/services/svotval.h b/include/freetype/internal/services/svotval.h index 88da7788..fa95ca48 100644 --- a/include/freetype/internal/services/svotval.h +++ b/include/freetype/internal/services/svotval.h @@ -29,7 +29,7 @@ FT_BEGIN_HEADER typedef FT_Error - (*otv_validate_func)( FT_Face face, + (*otv_validate_func)( FT_Face volatile face, FT_UInt ot_flags, FT_Bytes *base, FT_Bytes *gdef,