Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/usbinfo/list.c

    rf3922c2 r58563585  
    148148        }
    149149
    150         for (unsigned i = 0; i < count; ++i) {
     150        for (unsigned int i = 0; i < count; ++i) {
    151151                print_usb_bus(svcs[i]);
    152152        }
Note: See TracChangeset for help on using the changeset viewer.