From 3cbea9f0565b0b3a3d5688a3c06ab4651cac7849 Mon Sep 17 00:00:00 2001 From: Christopher Ferris Date: Thu, 10 Jul 2014 23:12:49 -0700 Subject: [PATCH] Fix build. Change-Id: Ied4adacde94ee10deb30647156f07d46a38fbe1f --- toolbox/grep/util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/toolbox/grep/util.c b/toolbox/grep/util.c index c1c17e449..ecd948da4 100644 --- a/toolbox/grep/util.c +++ b/toolbox/grep/util.c @@ -324,7 +324,7 @@ procline(struct str *l, int nottext) continue; /* Check for whole word match */ if (fg_pattern[i].word && pmatch.rm_so != 0) { - wint_t wbegin, wend; + wchar_t wbegin, wend; wbegin = wend = L' '; if (pmatch.rm_so != 0 &&