From f05eb401ef8215b3f4dc18c5b358db5f11060f30 Mon Sep 17 00:00:00 2001
From: Chris Hanson <org/chris-hanson/cph>
Date: Sat, 3 Mar 2001 05:14:10 +0000
Subject: [PATCH] Fix typo in previous edit.

---
 v7/src/microcode/terminfo.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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)
-- 
2.25.1