Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/vuhid/main.c

    rb7fd2a0 r5a6cc679  
    227227
    228228        for (int i = 0; i < (int) hid_dev.descriptors->configuration->extra_count; i++) {
    229                 usb_log_debug("Found extra descriptor: %s.\n",
     229                usb_log_debug("Found extra descriptor: %s.",
    230230                    usb_debug_str_buffer(
    231231                        hid_dev.descriptors->configuration->extra[i].data,
Note: See TracChangeset for help on using the changeset viewer.