1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-02-08 16:52:40 -08:00

Fix parse error in term.c (ARISAWA Akihiro).

* src/term.c (dissociate_if_controlling_tty)[USG]: Fix parse error.
(Contributed by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>).


git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-198
This commit is contained in:
Karoly Lorentey 2004-06-11 13:58:35 +00:00
parent 78b29cb3a2
commit 71a96040ef

View file

@ -2278,8 +2278,8 @@ dissociate_if_controlling_tty (int fd)
/* Unknown system. */
croak ();
#endif /* ! TIOCNOTTY */
}
#endif /* ! USG */
}
}
/* Create a termcap display on the tty device with the given name and