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