From 13c7c737825ef86d045b0426054fb615be4aa950 Mon Sep 17 00:00:00 2001 From: handa Date: Tue, 27 Apr 2004 07:38:48 +0000 Subject: [PATCH] (mtext_attach_property): Declare the return type as `int'. --- src/textprop.c | 1 + 1 file changed, 1 insertion(+) 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; -- 1.7.10.4