diff src/xftfont.c @ 91163:a12e3e58ec94

*** empty log message ***
author Kenichi Handa <handa@m17n.org>
date Mon, 03 Dec 2007 01:42:25 +0000
parents 06de618f78e7
children 040f2e332dc3
line wrap: on
line diff
--- a/src/xftfont.c	Mon Dec 03 01:42:01 2007 +0000
+++ b/src/xftfont.c	Mon Dec 03 01:42:25 2007 +0000
@@ -54,7 +54,7 @@
 #ifdef HAVE_LIBOTF
   int maybe_otf;	  /* Flag to tell if this may be OTF or not.  */
   OTF *otf;
-#endif
+#endif	/* HAVE_LIBOTF */
 };
 
 /* Structure pointed by (struct face *)->extra  */
@@ -273,7 +273,7 @@
 #ifdef HAVE_LIBOTF
   xftfont_info->maybe_otf = xftfont_info->ft_face->face_flags & FT_FACE_FLAG_SFNT;
   xftfont_info->otf = NULL;
-#endif
+#endif	/* HAVE_LIBOTF */
 
   font = (struct font *) xftfont_info;
   font->format = ftfont_font_format (xftfont->pattern);