aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorPedro F. Giffuni <pfg@FreeBSD.org>2014-07-17 14:51:50 +0000
committerPedro F. Giffuni <pfg@FreeBSD.org>2014-07-17 14:51:50 +0000
commit78bef01fe4ebdf88315cc05b43ba637057f7bd20 (patch)
tree1ad10994e2cd7abaff078148200f9b8ae058ecb8 /usr.bin
parent35e6436e3898639f862412a338938449e379d93e (diff)
Notes
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/grep/util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/grep/util.c b/usr.bin/grep/util.c
index 15b2da74e492..3ec12fa75203 100644
--- a/usr.bin/grep/util.c
+++ b/usr.bin/grep/util.c
@@ -302,7 +302,7 @@ procline(struct str *l, int nottext)
r = REG_NOMATCH;
/* Check for whole word match */
if (r == 0 && (wflag || fg_pattern[i].word)) {
- wint_t wbegin, wend;
+ wchar_t wbegin, wend;
wbegin = wend = L' ';
if (pmatch.rm_so != 0 &&