diff options
Diffstat (limited to 'python/libxml.c')
-rw-r--r-- | python/libxml.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/python/libxml.c b/python/libxml.c index 3f2ede7..3f01761 100644 --- a/python/libxml.c +++ b/python/libxml.c @@ -2416,6 +2416,7 @@ libxml_prev(ATTRIBUTE_UNUSED PyObject * self, PyObject * args) res = (xmlNodePtr) attr->prev; } + break; case XML_NAMESPACE_DECL: res = NULL; break; |