Changes in uspace/app/usbinfo/list.c [f3922c2:58563585] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/usbinfo/list.c
rf3922c2 r58563585 148 148 } 149 149 150 for (unsigned i = 0; i < count; ++i) {150 for (unsigned int i = 0; i < count; ++i) { 151 151 print_usb_bus(svcs[i]); 152 152 }
Note:
See TracChangeset
for help on using the changeset viewer.