From: handa Date: Tue, 27 Apr 2004 07:38:48 +0000 (+0000) Subject: (mtext_attach_property): Declare the return type as `int'. X-Git-Tag: withdl~258 X-Git-Url: http://git.chise.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=13c7c737825ef86d045b0426054fb615be4aa950;p=m17n%2Fm17n-lib.git (mtext_attach_property): Declare the return type as `int'. --- diff --git a/src/textprop.c b/src/textprop.c index 7c3f7d5..f417e39 100644 --- a/src/textprop.c +++ b/src/textprop.c @@ -2480,6 +2480,7 @@ mtext_get_properties (MText *mt, int pos, MSymbol key, ¤ì¤Ð -1 ¤òÊÖ¤·¤Æ³°ÉôÊÑ¿ô#merror_code ¤Ë¥¨¥é¡¼¥³¡¼¥É¤òÀßÄꤹ¤ë¡£ */ +int mtext_attach_property (MText *mt, int from, int to, MTextProperty *prop) { MTextPlist *plist;