Changeset 05b59393 in mainline for uspace/app/fontviewer/fontviewer.c


Ignore:
Timestamp:
2017-10-04T18:02:14Z (7 years ago)
Author:
jzr <zarevucky.jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
c9e88da
Parents:
0b2d369
Message:

Fix a couple of benign clang warnings.
No change in semantics.

File:
1 edited

Legend:

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

    r0b2d369 r05b59393  
    7878                                points += increment;
    7979               
    80                         if ((event->key == KC_DOWN)) {
     80                        if (event->key == KC_DOWN) {
    8181                                if (points <= increment) {
    8282                                        points = 1;
Note: See TracChangeset for help on using the changeset viewer.