[tracker: 9/21] libtracker-data: Add missing NIL for helper_BuiltInCall_or_2
- From: Carlos Garnacho <carlosg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tracker: 9/21] libtracker-data: Add missing NIL for helper_BuiltInCall_or_2
- Date: Sun, 17 Feb 2019 20:43:39 +0000 (UTC)
commit a7be8e9cc19bb53867d28e323fd2da32073e48cf
Author: Andrea Azzarone <andrea azzarone canonical com>
Date: Wed Jan 23 19:23:13 2019 +0000
libtracker-data: Add missing NIL for helper_BuiltInCall_or_2
An array of TrackerGrammarRule has to terminate with a NIL.
src/libtracker-data/tracker-sparql-grammar.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
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 ')'
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]