X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fterminal.c;h=0a75f71cb0ddb8ad01641f074e23be41101d6f93;hb=db6be819024985738c7e846ce11f40f4fc8d1aa6;hp=03ac5d402b1a146fda1befbe9c4ece145ef74923;hpb=f5b50d6c0e974bd0b407b3032c0895f29855d29d;p=sympathy.git diff --git a/src/terminal.c b/src/terminal.c index 03ac5d4..0a75f71 100644 --- a/src/terminal.c +++ b/src/terminal.c @@ -10,6 +10,9 @@ static char rcsid[] = "$Id$"; /* * $Log$ + * Revision 1.6 2008/02/14 00:57:58 james + * *** empty log message *** + * * Revision 1.5 2008/02/13 18:05:06 james * *** empty log message *** * @@ -153,7 +156,7 @@ terminal_dispatch (void) terminal_winches = 0; for (t = terminal_list; t; t = t->next) - terminal_getsize ((TTY *)t); + terminal_getsize ((TTY *) t); }