From 1e698604f33ece6cbd3ee436aa6b9607003f3150 Mon Sep 17 00:00:00 2001 From: Peng Wu Date: Sat, 4 Feb 2017 15:16:26 +0800 Subject: rename MatchResults to MatchResult --- src/include/novel_types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/include') diff --git a/src/include/novel_types.h b/src/include/novel_types.h index 66c2477..d9d9e65 100644 --- a/src/include/novel_types.h +++ b/src/include/novel_types.h @@ -135,7 +135,7 @@ typedef GArray * ChewingKeyRestVector; /* Array of phrase_token_t */ typedef GArray * TokenVector; -typedef TokenVector MatchResults; +typedef TokenVector MatchResult; /* Array of lookup_constraint_t */ typedef GArray * CandidateConstraints; -- cgit