diff src/sysdep.c @ 53231:e0c359b85b58

Fixed two typos. git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-7
author Karoly Lorentey <lorentey@elte.hu>
date Fri, 26 Dec 2003 04:31:27 +0000
parents 33c3c7c16e13
children 22aaf1e5fbe6
line wrap: on
line diff
--- a/src/sysdep.c	Fri Dec 26 04:26:21 2003 +0000
+++ b/src/sysdep.c	Fri Dec 26 04:31:27 2003 +0000
@@ -291,7 +291,7 @@
     ;
 #else /* not MSDOS */
   {
-    struct tty_output tty;
+    struct tty_output *tty;
     for (tty = tty_list; tty; tty = tty->next)
       {
         EMACS_GET_TTY (fileno (TTY_INPUT (tty)), &buf);