fixes for fixes :-)

formatting; compiles now without warnings on my Linux box
This commit is contained in:
Werner Lemberg 2000-10-24 05:44:59 +00:00
parent 2fab8b7fc7
commit 7b028719d8
5 changed files with 11 additions and 11 deletions

View File

@ -1149,9 +1149,11 @@
void* other;
/*@private begin*/
/*@private begin */
FT_GlyphLoader* loader;
/*@private end*/
/*@private end */
} FT_GlyphSlotRec;

View File

@ -66,7 +66,7 @@
static
const FT_Module_Class* const ft_default_modules[] =
const {
{
#include <freetype/config/ftmodule.h>
0
};
@ -87,8 +87,8 @@ const {
/* */
FT_EXPORT_FUNC( void ) FT_Add_Default_Modules( FT_Library library )
{
FT_Error error;
const FT_Module_Class** cur;
FT_Error error;
const FT_Module_Class* const* cur;
/* test for valid `library' delayed to FT_Add_Module() */

View File

@ -2971,8 +2971,6 @@
/* <Return> */
/* FreeType error code. 0 means success. */
/* */
/* XXX Fixme: ftraster's error codes don't harmonize with FT2's ones! */
/* */
LOCAL_FUNC
FT_Error Render_Glyph( RAS_ARG )
{