From b63339af89abc9830ecf8c56916db9eb1a42e005 Mon Sep 17 00:00:00 2001 From: isundil Date: Sat, 30 Apr 2016 18:26:26 +0000 Subject: Increased ABI version --- src/fe-common/core/hilight-text.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/fe-common/core/hilight-text.c') diff --git a/src/fe-common/core/hilight-text.c b/src/fe-common/core/hilight-text.c index d1c4718c..36e1e78c 100644 --- a/src/fe-common/core/hilight-text.c +++ b/src/fe-common/core/hilight-text.c @@ -218,8 +218,7 @@ static int hilight_match_text(HILIGHT_REC *rec, const char *text, match = rec->fullword ? strstr_full(text, rec->text) : strstr(text, rec->text); - } - else { + } else { match = rec->fullword ? stristr_full(text, rec->text) : stristr(text, rec->text); -- cgit v1.2.3