Skip to content

Commit

Permalink
Ooops.
Browse files Browse the repository at this point in the history
  • Loading branch information
linas committed Feb 22, 2023
1 parent db70172 commit 34fc152
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion link-grammar/tokenize/lookup-exprs.c
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ static void add_empty_word(Sentence sent, X_node *x)

/* zn points at {ZZZ+} */
Exp *zn = make_connector_node(sent->dict,
sent->Exp_pool, dict->zzz_connector, '+', false);
sent->Exp_pool, sent->dict->zzz_connector, '+', false);
zn = make_optional_node(sent->Exp_pool, zn);

/* an will be {ZZZ+} & (plain-word-exp) */
Expand Down

0 comments on commit 34fc152

Please sign in to comment.