Changeset 41ebc36 in mainline for uspace/app/tmon/list.c
- Timestamp:
- 2017-12-18T12:32:07Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 7faf0f0
- Parents:
- fc338e0
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/tmon/list.c
rfc338e0 r41ebc36 38 38 #include <devman.h> 39 39 #include <loc.h> 40 #include <usb /diag/diag.h>40 #include <usbdiag_iface.h> 41 41 #include "commands.h" 42 42 … … 70 70 int rc; 71 71 72 if ((rc = loc_category_get_id(USB _DIAG_CATEGORY, &diag_cat, 0))) {73 printf(NAME ": Error resolving category '%s'", USB _DIAG_CATEGORY);72 if ((rc = loc_category_get_id(USBDIAG_CATEGORY, &diag_cat, 0))) { 73 printf(NAME ": Error resolving category '%s'", USBDIAG_CATEGORY); 74 74 return 1; 75 75 }
Note:
See TracChangeset
for help on using the changeset viewer.