Changeset 0fce1a6 in mainline for uspace/app


Ignore:
Timestamp:
2025-06-09T21:24:57Z (9 months ago)
Author:
Miroslav Cimerman <mc@…>
Children:
9ee9c60b
Parents:
eabc094c
Message:

hr: rename HR_RLQ_* to HR_LAYOUT_*

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/hrctl/hrctl.c

    reabc094c r0fce1a6  
    638638            hr_get_metadata_type_str(info->meta_type));
    639639        printf("|           level: %s\n", hr_get_level_str(info->level));
    640         if (info->layout != HR_RLQ_NONE)
     640        if (info->layout != HR_LAYOUT_NONE)
    641641                printf("|          layout: %s\n",
    642642                    hr_get_layout_str(info->layout));
Note: See TracChangeset for help on using the changeset viewer.