aboutsummaryrefslogtreecommitdiffstats
path: root/src/cm.c
diff options
context:
space:
mode:
authorKaroly Lorentey <[email protected]>2003-12-28 22:28:52 +0000
committerKaroly Lorentey <[email protected]>2003-12-28 22:28:52 +0000
commit04c3243c2a25812c6d0a324d29b8fd1d5acaa715 (patch)
treefa237cda8cf320b2cbcc9eedccaaf60eb9d5acb5 /src/cm.c
parent8ed48c277afad174675b3d6dcb8e7b00a4bcc97d (diff)
Trivial changes
git-archimport-id: [email protected]/emacs--multi-tty--0--patch-18
Diffstat (limited to 'src/cm.c')
-rw-r--r--src/cm.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/cm.c b/src/cm.c
index d1deb12f69..95aa6afdcd 100644
--- a/src/cm.c
+++ b/src/cm.c
@@ -134,8 +134,7 @@ addcol (tty, n) {
* after we reach the last column; this takes us to a known state.
*/
void
-cmcheckmagic (tty)
- struct tty_output *tty;
+cmcheckmagic (struct tty_output *tty)
{
if (curX (tty) == FrameCols (tty))
{