Changeset 75b9c3d in mainline
- Timestamp:
- 2012-06-13T22:11:03Z (12 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 22cec678, 79d74fe, 9a487cc, d23d911
- Parents:
- a3fcfba
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/loc/loc.c
ra3fcfba r75b9c3d 52 52 size_t j; 53 53 54 printf("%s (%" PRIun "):\n", cat_name, cat_id);54 printf("%s:\n", cat_name); 55 55 56 56 rc = loc_category_get_svcs(cat_id, &svc_ids, &svc_cnt);
Note:
See TracChangeset
for help on using the changeset viewer.