Changeset 7b13d8e in mainline for uspace/app/usbinfo/dump.c
- Timestamp:
- 2011-03-17T22:59:37Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- aad3587
- Parents:
- 4fa05a32
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/usbinfo/dump.c
r4fa05a32 r7b13d8e 109 109 match_id_t *match = list_get_instance(link, match_id_t, link); 110 110 111 printf("%s% d %s\n", line_prefix, match->score, match->id);111 printf("%s%3d %s\n", line_prefix, match->score, match->id); 112 112 } 113 113 }
Note:
See TracChangeset
for help on using the changeset viewer.