Skip to content

Commit 1419878

Browse files
committedMay 26, 2011
fix grammar warning
1 parent 5a6d3ce commit 1419878

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
@@ -112,7 +112,7 @@ void addToTmpNodes(QgsSearchTreeNode* node);
112112
%left IN
113113

114114
%left '+' '-'
115-
%left '*' '/'
115+
%left '*' '/' '%'
116116
%left '^'
117117
%left UMINUS // fictitious symbol (for unary minus)
118118

0 commit comments

Comments
 (0)
Please sign in to comment.