Skip to content

Commit

Permalink
fix grammar warning
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed May 26, 2011
1 parent 5a6d3ce commit 1419878
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/qgssearchstringparser.yy
Expand Up @@ -112,7 +112,7 @@ void addToTmpNodes(QgsSearchTreeNode* node);
%left IN

%left '+' '-'
%left '*' '/'
%left '*' '/' '%'
%left '^'
%left UMINUS // fictitious symbol (for unary minus)

Expand Down

0 comments on commit 1419878

Please sign in to comment.