From 9baf8c39fbf018648345016adcec6ba3d0a6542d Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Wed, 15 Feb 2012 18:52:34 +0000 Subject: Pedantic wrap change. svn path=/trunk/libdom/; revision=13447 --- examples/dom-structure-dump.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/examples/dom-structure-dump.c b/examples/dom-structure-dump.c index a247186..3e52930 100644 --- a/examples/dom-structure-dump.c +++ b/examples/dom-structure-dump.c @@ -155,7 +155,8 @@ bool dump_dom_element_attribute(dom_node *node, char *attribute) assert(type == DOM_ELEMENT_NODE); /* Create a dom_string containing required attribute name. */ - exc = dom_string_create_interned((uint8_t *)attribute, strlen(attribute), &attr); + exc = dom_string_create_interned((uint8_t *)attribute, + strlen(attribute), &attr); if (exc != DOM_NO_ERR) { printf(" Exception raised for dom_string_create\n"); return false; -- cgit v1.2.3