Changeset 0fce1a6 in mainline for uspace/app
- Timestamp:
- 2025-06-09T21:24:57Z (9 months ago)
- Children:
- 9ee9c60b
- Parents:
- eabc094c
- File:
-
- 1 edited
-
uspace/app/hrctl/hrctl.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/hrctl/hrctl.c
reabc094c r0fce1a6 638 638 hr_get_metadata_type_str(info->meta_type)); 639 639 printf("| level: %s\n", hr_get_level_str(info->level)); 640 if (info->layout != HR_ RLQ_NONE)640 if (info->layout != HR_LAYOUT_NONE) 641 641 printf("| layout: %s\n", 642 642 hr_get_layout_str(info->layout));
Note:
See TracChangeset
for help on using the changeset viewer.
