From 7e42881d1df570b21c61402f513a57487abc8026 Mon Sep 17 00:00:00 2001 From: Bo Yang Date: Fri, 8 May 2009 01:55:32 +0000 Subject: Modify some macro typo. Found by the testcases. svn path=/trunk/dom/; revision=7433 --- include/dom/core/attr.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/dom/core/attr.h b/include/dom/core/attr.h index ad9917a..b0d98c1 100644 --- a/include/dom/core/attr.h +++ b/include/dom/core/attr.h @@ -54,7 +54,7 @@ static inline dom_exception dom_attr_get_specified(struct dom_attr *attr, bool * dom_attr_get_specified(attr, result); } #define dom_attr_get_specified(a, r) dom_attr_get_specified( \ - (struct dom_attr *) (a), (struct dom_string **) (r)) + (struct dom_attr *) (a), (bool *) (r)) static inline dom_exception dom_attr_get_value(struct dom_attr *attr, struct dom_string **result) -- cgit v1.2.3