(mfont_parse_name): Add const to the arg name.
authorhanda <handa>
Fri, 19 Aug 2005 02:27:03 +0000 (02:27 +0000)
committerhanda <handa>
Fri, 19 Aug 2005 02:27:03 +0000 (02:27 +0000)
src/font.c

index 4cecfbd..38c79d6 100644 (file)
@@ -2089,7 +2089,7 @@ mfont ()
     ¤Ï¿·¤·¤¯ºî¤é¤ì¤¿¥Õ¥©¥ó¥È¤Ø¤Î¥Ý¥¤¥ó¥¿¤òÊÖ¤¹¡£¤½¤¦¤Ç¤Ê¤±¤ì¤Ð @c NULL ¤òÊÖ¤¹¡£  */
 
 MFont *
-mfont_parse_name (char *name, MSymbol format)
+mfont_parse_name (const char *name, MSymbol format)
 {
   MFont template, *font;