Skip to content

Commit 8313a13

Browse files
author
rblazek
committed
removed duplicate ;
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5674 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 183192d commit 8313a13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/qgssearchstringparser.yy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ search_cond:
9898
| search_cond AND search_cond { $$ = new QgsSearchTreeNode(QgsSearchTreeNode::opAND, $1, $3); joinTmpNodes($$,$1,$3); }
9999
| NOT search_cond { $$ = new QgsSearchTreeNode(QgsSearchTreeNode::opNOT, $2, 0); joinTmpNodes($$,$2, 0); }
100100
| '(' search_cond ')' { $$ = $2; }
101-
| predicate;
101+
| predicate
102102
;
103103

104104
// more predicates to come

0 commit comments

Comments
 (0)