summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrea Azzarone <andrea.azzarone@canonical.com>2019-01-23 19:23:13 +0000
committerAndrea Azzarone <andrea.azzarone@canonical.com>2019-01-24 16:47:16 +0000
commita7be8e9cc19bb53867d28e323fd2da32073e48cf (patch)
tree9ee1e02b3d303299e03dc38dcbaa87fd6af1ee64
parent83e22a9e9030cd523e04d463a9a721f04d8da84b (diff)
downloadtracker-a7be8e9cc19bb53867d28e323fd2da32073e48cf.tar.gz
libtracker-data: Add missing NIL for helper_BuiltInCall_or_2
An array of TrackerGrammarRule has to terminate with a NIL.
-rw-r--r--src/libtracker-data/tracker-sparql-grammar.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libtracker-data/tracker-sparql-grammar.h b/src/libtracker-data/tracker-sparql-grammar.h
index 75f5f801c..0a01c9066 100644
--- a/src/libtracker-data/tracker-sparql-grammar.h
+++ b/src/libtracker-data/tracker-sparql-grammar.h
@@ -790,7 +790,7 @@ static const TrackerGrammarRule helper_BuiltInCall_or_2[] = { S(helper_BuiltInCa
S(helper_BuiltInCall_seq_47), S(helper_BuiltInCall_seq_48), S(helper_BuiltInCall_seq_49),
S(helper_BuiltInCall_seq_50), S(helper_BuiltInCall_seq_51), S(helper_BuiltInCall_seq_52),
S(helper_BuiltInCall_seq_53), S(helper_BuiltInCall_seq_54), S(helper_BuiltInCall_seq_55),
- S(helper_BuiltInCall_seq_56)};
+ S(helper_BuiltInCall_seq_56), NIL };
static const TrackerGrammarRule rule_BuiltInCall[] = { OR(helper_BuiltInCall_or_2), NIL };
/* BrackettedExpression ::= '(' Expression ')'