diff options
Diffstat (limited to 'src/partgpt.c')
-rw-r--r-- | src/partgpt.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/partgpt.c b/src/partgpt.c index 809781a2..5e04ee5e 100644 --- a/src/partgpt.c +++ b/src/partgpt.c @@ -138,12 +138,12 @@ arch_fnct_t arch_gpt= .set_prev_status=set_next_status_gpt, .set_next_status=set_next_status_gpt, .test_structure=test_structure_gpt, + .get_part_type=NULL, .set_part_type=NULL, - .is_part_known=is_part_known_gpt, .init_structure=init_structure_gpt, .erase_list_part=NULL, .get_partition_typename=get_partition_typename_gpt, - .get_part_type=NULL + .is_part_known=&is_part_known_gpt }; static void swap_uuid_and_efi_guid(efi_guid_t *guid) |