Changeset 0b2d369 in mainline


Ignore:
Timestamp:
2017-10-04T17:26:53Z (7 years ago)
Author:
jzr <zarevucky.jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
05b59393
Parents:
a41cda7
Message:

Print the tetris copyright.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/tetris/tetris.c

    ra41cda7 r0b2d369  
    443443void usage(void)
    444444{
     445        fprintf(stderr, "%s", copyright);
    445446        fprintf(stderr, "usage: tetris [-ps] [-k keys]\n");
    446447        exit(1);
Note: See TracChangeset for help on using the changeset viewer.