Changeset 850fd32 in mainline for uspace/srv


Ignore:
Timestamp:
2018-03-11T01:21:19Z (8 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.

Location:
uspace/srv
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/audio/hound/audio_device.h

    r338d54a7 r850fd32  
    7474{
    7575        return l ? list_get_instance(l, audio_device_t, link) : NULL;
    76 };
     76}
    7777
    7878errno_t audio_device_init(audio_device_t *dev, service_id_t id, const char *name);
  • 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.