aboutsummaryrefslogtreecommitdiff
path: root/lib/libedit/map.c
diff options
context:
space:
mode:
authorStefan Farfeleder <stefanf@FreeBSD.org>2007-03-11 21:47:40 +0000
committerStefan Farfeleder <stefanf@FreeBSD.org>2007-03-11 21:47:40 +0000
commitf9ff2f8ffbd083eb96c7fb0e0a7bd0daa6d70495 (patch)
tree7c5a511c1579d52e93b7e0c88360011ccae165db /lib/libedit/map.c
parent86b3ea3634f74782db8d42b8f2f0ccfc0b05b004 (diff)
Notes
Diffstat (limited to 'lib/libedit/map.c')
-rw-r--r--lib/libedit/map.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libedit/map.c b/lib/libedit/map.c
index c4121a633801..591118f2cf02 100644
--- a/lib/libedit/map.c
+++ b/lib/libedit/map.c
@@ -29,7 +29,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $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 $
*/
#if !defined(lint) && !defined(SCCSID)
@@ -1381,7 +1381,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);