summaryrefslogtreecommitdiff
path: root/lib/libedit/map.c
diff options
context:
space:
mode:
authorchristos <christos@NetBSD.org>2006-04-09 01:36:51 +0000
committerchristos <christos@NetBSD.org>2006-04-09 01:36:51 +0000
commit5bba7270fac384fcfea5321c6fcae67e2ea69ac9 (patch)
treeb675a94edd4c4eefc1894348e51942dcfe05898e /lib/libedit/map.c
parent106e914ccd5e75eef96f6d90174a927eb5e858a4 (diff)
fix debugging printf format.
Diffstat (limited to 'lib/libedit/map.c')
-rw-r--r--lib/libedit/map.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libedit/map.c b/lib/libedit/map.c
index bcb9cff1352..322c1f1e6fa 100644
--- a/lib/libedit/map.c
+++ b/lib/libedit/map.c
@@ -1,4 +1,4 @@
-/* $NetBSD: map.c,v 1.23 2006/03/06 21:11:56 christos Exp $ */
+/* $NetBSD: map.c,v 1.24 2006/04/09 01:36:51 christos Exp $ */
/*-
* Copyright (c) 1992, 1993
@@ -37,7 +37,7 @@
#if 0
static char sccsid[] = "@(#)map.c 8.1 (Berkeley) 6/4/93";
#else
-__RCSID("$NetBSD: map.c,v 1.23 2006/03/06 21:11:56 christos Exp $");
+__RCSID("$NetBSD: map.c,v 1.24 2006/04/09 01:36:51 christos Exp $");
#endif
#endif /* not lint && not SCCSID */
@@ -1383,7 +1383,7 @@ map_bind(EditLine *el, int argc, const char **argv)
break;
default:
- EL_ABORT((el->el_errfile, "Bad XK_ type\n", ntype));
+ EL_ABORT((el->el_errfile, "Bad XK_ type %d\n", ntype));
break;
}
return (0);