aboutsummaryrefslogtreecommitdiffstats
path: root/os400/rpgsupport.c
diff options
context:
space:
mode:
Diffstat (limited to 'os400/rpgsupport.c')
-rw-r--r--os400/rpgsupport.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/os400/rpgsupport.c b/os400/rpgsupport.c
index a3609c02..ad4cc5dd 100644
--- a/os400/rpgsupport.c
+++ b/os400/rpgsupport.c
@@ -219,7 +219,7 @@ int
__xmlXPathNodeSetGetLength(const xmlNodeSet * ns)
{
- return xmlXPathNodeSetGetLength(ns);
+ return xmlXPathNodeSetGetLength(ns);
}
@@ -227,7 +227,7 @@ xmlNodePtr
__xmlXPathNodeSetItem(const xmlNodeSet * ns, int index)
{
- return xmlXPathNodeSetItem(ns, index);
+ return xmlXPathNodeSetItem(ns, index);
}
@@ -235,7 +235,7 @@ int
__xmlXPathNodeSetIsEmpty(const xmlNodeSet * ns)
{
- return xmlXPathNodeSetIsEmpty(ns);
+ return xmlXPathNodeSetIsEmpty(ns);
}
#endif
@@ -247,16 +247,16 @@ const char *
__htmlDefaultSubelement(const htmlElemDesc * elt)
{
- return htmlDefaultSubelement(elt);
+ return htmlDefaultSubelement(elt);
}
int
__htmlElementAllowedHereDesc(const htmlElemDesc * parent,
- const htmlElemDesc * elt)
+ const htmlElemDesc * elt)
{
- return htmlElementAllowedHereDesc(parent, elt);
+ return htmlElementAllowedHereDesc(parent, elt);
}
@@ -264,7 +264,7 @@ const char * *
__htmlRequiredAttrs(const htmlElemDesc * elt)
{
- return htmlRequiredAttrs(elt);
+ return htmlRequiredAttrs(elt);
}
#endif