Changeset 501a8ba in mainline for tetris/tetris.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/tetris.c

    r153a209 r501a8ba  
    164164        gettimeofday(&tv, NULL);
    165165        srandom(tv.tv_sec + tv.tv_usec / 100000);
    166 }
    167 
    168 static void tetris_scores(int firstgame)
    169 {
    170166}
    171167
     
    260256        int level = 2;
    261257        char key_write[6][10];
    262         const char *errstr;
    263         int ch, i, j;
     258        int i, j;
    264259
    265260        keys = "jkl pq";
     
    451446*/
    452447        scr_end();
    453         exit(0);
     448
     449        return 0;
    454450}
    455451
Note: See TracChangeset for help on using the changeset viewer.