summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorBo Yang <struggleyb.nku@gmail.com>2009-05-08 01:55:32 +0000
committerBo Yang <struggleyb.nku@gmail.com>2009-05-08 01:55:32 +0000
commit7e42881d1df570b21c61402f513a57487abc8026 (patch)
treed851d250f2f56ea80f184e6c95450a81a58f0698 /include
parent4500fe4c592f5382e226e07a78f4f3c2ae92c298 (diff)
downloadlibdom-7e42881d1df570b21c61402f513a57487abc8026.tar.gz
libdom-7e42881d1df570b21c61402f513a57487abc8026.tar.bz2
Modify some macro typo. Found by the testcases.
svn path=/trunk/dom/; revision=7433
Diffstat (limited to 'include')
-rw-r--r--include/dom/core/attr.h2
1 files changed, 1 insertions, 1 deletions
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)