On 28.03.2017 17:44, Jacek Caban wrote:
Signed-off-by: Jacek Caban jacek@codeweavers.com
dlls/xmllite/reader.c | 33 +++++++++++++++++++++++++++------ 1 file changed, 27 insertions(+), 6 deletions(-)
+static struct ns default_ns = {
- { emptyW },
- { emptyW }
};
I think this could use a better name. Default namespace is something defined with unprefixed "xmlns" attribute name. Maybe empty_ns? To match empty strings naming.
Also everything static in this patch should be also const, no?