Skip to content

Commit 8ca095a

Browse files
Fearyncesschenx97
authored andcommitted
kern/mips64: fix error catch output type mismatch
1 parent 402da3b commit 8ca095a

File tree

1 file changed

+1
-1
lines changed
  • grub-core/kern/mips64

1 file changed

+1
-1
lines changed

grub-core/kern/mips64/dl.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ grub_arch_dl_relocate_symbols (grub_dl_t mod, void *ehdr,
138138
default:
139139
{
140140
return grub_error (GRUB_ERR_NOT_IMPLEMENTED_YET,
141-
N_("relocation 0x%x is not implemented yet"),
141+
N_("relocation 0x%lx is not implemented yet"),
142142
ELF_R_TYPE (r_info));
143143
}
144144
break;

0 commit comments

Comments
 (0)