summaryrefslogtreecommitdiff
path: root/usr.bin/vi/ex/ex_append.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/vi/ex/ex_append.c')
-rw-r--r--usr.bin/vi/ex/ex_append.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/vi/ex/ex_append.c b/usr.bin/vi/ex/ex_append.c
index 20431d460c8..89fc88f1f1d 100644
--- a/usr.bin/vi/ex/ex_append.c
+++ b/usr.bin/vi/ex/ex_append.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ex_append.c,v 1.12 2016/01/06 22:29:38 millert Exp $ */
+/* $OpenBSD: ex_append.c,v 1.13 2016/05/02 18:24:25 martijn Exp $ */
/*-
* Copyright (c) 1992, 1993, 1994
@@ -71,7 +71,7 @@ ex_insert(SCR *sp, EXCMD *cmdp)
static int
ex_aci(SCR *sp, EXCMD *cmdp, enum which cmd)
{
- CHAR_T *p, *t;
+ char *p, *t;
GS *gp;
TEXT *tp;
TEXTH tiq;