Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/vuhid/hids/bootkbd.c

    r5a6cc679 rb7fd2a0  
    110110#define _GET_LED(index, signature) \
    111111        (((leds) & (1 << index)) ? (signature) : '-')
    112         usb_log_info("%s: LEDs = %c%c%c%c%c",
     112        usb_log_info("%s: LEDs = %c%c%c%c%c\n",
    113113            iface->name,
    114114            _GET_LED(0, '0'), _GET_LED(1, 'A'), _GET_LED(2, 's'),
Note: See TracChangeset for help on using the changeset viewer.