Fix typo in previous edit.
authorChris Hanson <org/chris-hanson/cph>
Sat, 3 Mar 2001 05:14:10 +0000 (05:14 +0000)
committerChris Hanson <org/chris-hanson/cph>
Sat, 3 Mar 2001 05:14:10 +0000 (05:14 +0000)
v7/src/microcode/terminfo.c

index 4246cb7dfb69591e52e0bf61ec08e3552f4fdef3..de3eb141d1cf4659e8e5209af0026286bf63a52e 100644 (file)
@@ -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)