< prev index next >

src/java.desktop/share/native/libfreetype/src/cff/cffobjs.c

Print this page

        

@@ -960,11 +960,11 @@
 
         if ( style_name )
           cffface->style_name = style_name;
         else
           /* assume "Regular" style if we don't know better */
-          cffface->style_name = cff_strcpy( memory, (char *)"Regular" );
+          cffface->style_name = cff_strcpy( memory, "Regular" );
 
         /********************************************************************
          *
          * Compute face flags.
          */
< prev index next >