< prev index next >

src/java.desktop/share/native/libfreetype/src/psaux/psobjs.c

Print this page

        

*** 174,184 **** * reallocation fails. */ FT_LOCAL_DEF( FT_Error ) ps_table_add( PS_Table table, FT_Int idx, ! void* object, FT_UInt length ) { if ( idx < 0 || idx >= table->max_elems ) { FT_ERROR(( "ps_table_add: invalid index\n" )); --- 174,184 ---- * reallocation fails. */ FT_LOCAL_DEF( FT_Error ) ps_table_add( PS_Table table, FT_Int idx, ! const void* object, FT_UInt length ) { if ( idx < 0 || idx >= table->max_elems ) { FT_ERROR(( "ps_table_add: invalid index\n" ));
< prev index next >