diff options
Diffstat (limited to 'lib/libedit/parse.c')
-rw-r--r-- | lib/libedit/parse.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libedit/parse.c b/lib/libedit/parse.c index 4b6a88404f1..1ada67c92ca 100644 --- a/lib/libedit/parse.c +++ b/lib/libedit/parse.c @@ -1,4 +1,4 @@ -/* $OpenBSD: parse.c,v 1.14 2016/01/30 12:22:20 schwarze Exp $ */ +/* $OpenBSD: parse.c,v 1.15 2016/03/20 20:35:38 schwarze Exp $ */ /* $NetBSD: parse.c,v 1.23 2009/12/30 22:37:40 christos Exp $ */ /*- @@ -133,7 +133,7 @@ protected int parse__escape(const Char **ptr) { const Char *p; - Int c; + wint_t c; p = *ptr; |