This commit is contained in:
Lev Walkin 2017-08-26 18:44:50 -07:00
parent ae0c3c27e9
commit 5a0436c80a
1 changed files with 2 additions and 2 deletions

View File

@ -85,8 +85,8 @@ xer_next_token(int *stateContext, const void *buffer, size_t size, pxer_chunk_ty
*ch_type = PXER_TEXT;
break;
case PXML_TAG:
*ch_type = PXER_WMORE;
return 0; /* Want more */
*ch_type = PXER_WMORE;
return 0; /* Want more */
case PXML_TAG_END:
*ch_type = PXER_TAG;
break;