Changeset 501a8ba in mainline for tetris/input.c


Ignore:
Timestamp:
2006-06-16T21:20:51Z (18 years ago)
Author:
Ondrej Palkovsky <ondrap@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
d3cd9774
Parents:
153a209
Message:

Some other warnings removed.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tetris/input.c

    r153a209 r501a8ba  
    109109        } else
    110110                s = NULL;
    111 again:
     111
    112112        if (!lastchar) {
    113113                if (!getchar_inprog)
     
    143143{
    144144        struct timeval tv;
    145         char c;
    146145
    147146        tv.tv_sec = 0;
Note: See TracChangeset for help on using the changeset viewer.