Skip to content

Commit 1ea7d00

Browse files
author
Alexander Korotkov
committed
Clang emits warning when assign JsQueryItemType to jbvNull.
Use jqiNull instead.
1 parent a7adffa commit 1ea7d00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: jsquery_extract.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -463,7 +463,7 @@ processGroup(ExtractedNode *node, int start, int end)
463463
first = true;
464464
ExtractedNode *child;
465465
ExtractedNodeType type = eAny;
466-
JsQueryItemType isType = jbvNull;
466+
JsQueryItemType isType = jqiNull;
467467

468468
if (end - start < 2)
469469
return;

0 commit comments

Comments
 (0)