Ignore:
Timestamp:
2018-03-11T01:21:19Z (7 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
84239b1, f0e825d
Parents:
338d54a7
Message:

Fix mischievious semicolons.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/hid/compositor/compositor.c

    r338d54a7 r850fd32  
    19301930                                break;
    19311931                        case KC_B:
    1932                                 event->data.resize.width = (width >= 20) ? width - 20 : 0;;
     1932                                event->data.resize.width = (width >= 20) ? width - 20 : 0;
    19331933                                event->data.resize.height = height;
    19341934                                break;
Note: See TracChangeset for help on using the changeset viewer.