summaryrefslogtreecommitdiff
path: root/src/shared/xml.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/shared/xml.c')
-rw-r--r--src/shared/xml.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shared/xml.c b/src/shared/xml.c
index cb34d870c1..2709076264 100644
--- a/src/shared/xml.c
+++ b/src/shared/xml.c
@@ -191,7 +191,7 @@ int xml_tokenize(const char **p, char **name, void **state, unsigned *line) {
if (*c == '=') {
c++;
- if (IN_SET(*c, '\'', '\"')) {
+ if (IN_SET(*c, '\'', '"')) {
/* Tag with a quoted value */
e = strchr(c+1, *c);