From: Chris Hanson Date: Sat, 3 Mar 2001 05:14:10 +0000 (+0000) Subject: Fix typo in previous edit. X-Git-Tag: 20090517-FFI~2936 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=f05eb401ef8215b3f4dc18c5b358db5f11060f30;p=mit-scheme.git Fix typo in previous edit. --- diff --git a/v7/src/microcode/terminfo.c b/v7/src/microcode/terminfo.c index 4246cb7df..de3eb141d 100644 --- a/v7/src/microcode/terminfo.c +++ b/v7/src/microcode/terminfo.c @@ -2,7 +2,7 @@ Copyright (C) 1985, 1986 Free Software Foundation, Inc. Copyright (C) 1998-2001 Massachusetts Institute of Technology -$Id: terminfo.c,v 1.6 2001/03/03 02:00:09 cph Exp $ +$Id: terminfo.c,v 1.7 2001/03/03 05:14:10 cph Exp $ This file is part of GNU Emacs. @@ -49,7 +49,7 @@ DEFUN (tparam, (string, outstring, len, arg1, arg2, arg3, arg4, arg5, arg6, arg7 int arg6 AND int arg7 AND int arg8 AND - int arg9 AND) + int arg9) { char * temp = (tparm (string, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9)); if (outstring == 0)