Changeset 58e4d85 in mainline for uspace/app/tetris/screen.c


Ignore:
Timestamp:
2018-01-04T20:50:53Z (7 years ago)
Author:
Jiří Zárevúcky <zarevucky.jiri@…>
Children:
08d4ea2
Parents:
3b47db6
git-author:
Jiří Zárevúcky <zarevucky.jiri@…> (2018-01-04 20:47:53)
git-committer:
Jiří Zárevúcky <zarevucky.jiri@…> (2018-01-04 20:50:53)
Message:

Change (rc != 0) to (rc != EOK).

File:
1 edited

Legend:

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

    r3b47db6 r58e4d85  
    148148        errno_t rc = console_get_color_cap(console, &ccap);
    149149       
    150         if (rc != 0)
     150        if (rc != EOK)
    151151                return false;
    152152       
Note: See TracChangeset for help on using the changeset viewer.