projects
/
mit-scheme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
252e7c2
)
Fix typo in previous edit.
author
Chris Hanson
<org/chris-hanson/cph>
Sat, 3 Mar 2001 05:14:10 +0000
(
05:14
+0000)
committer
Chris Hanson
<org/chris-hanson/cph>
Sat, 3 Mar 2001 05:14:10 +0000
(
05:14
+0000)
v7/src/microcode/terminfo.c
patch
|
blob
|
history
diff --git
a/v7/src/microcode/terminfo.c
b/v7/src/microcode/terminfo.c
index 4246cb7dfb69591e52e0bf61ec08e3552f4fdef3..de3eb141d1cf4659e8e5209af0026286bf63a52e 100644
(file)
--- 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)