X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=sympathy.git;a=blobdiff_plain;f=src%2Fvt102.c;h=d33d3092d33369156ef424075c9a030b86cf8dc1;hp=33d2d67044617261353c461cce1de19202ccf12d;hb=d20265fbf33e22b30b5c2879cff7ae5c22d3fc29;hpb=ca18756e89e072fa067751f421a4f9879596e70b diff --git a/src/vt102.c b/src/vt102.c index 33d2d67..d33d309 100644 --- a/src/vt102.c +++ b/src/vt102.c @@ -10,6 +10,9 @@ static char rcsid[] = "$Id$"; /* * $Log$ + * Revision 1.27 2008/02/14 02:46:45 james + * *** empty log message *** + * * Revision 1.26 2008/02/14 01:55:57 james * *** empty log message *** * @@ -1209,7 +1212,8 @@ vt102_send (Context * c, uint8_t key) { uint8_t ch; - if (!c->t) return; + if (!c->t) + return; #if 0 fprintf (stderr, "vts: %d(%c)\n", key, (key > 31) ? key : ' ');