efiemu: change code to avoid Coverity false positive
CID: 73623
This commit is contained in:
parent
97c41e1216
commit
12bf87466f
1 changed files with 1 additions and 1 deletions
|
@ -196,7 +196,7 @@ grub_efiemu_load_file (const char *filename)
|
||||||
{
|
{
|
||||||
grub_file_close (file);
|
grub_file_close (file);
|
||||||
grub_efiemu_unload ();
|
grub_efiemu_unload ();
|
||||||
return grub_errno;
|
return err;
|
||||||
}
|
}
|
||||||
|
|
||||||
grub_dprintf ("efiemu", "mm initialized\n");
|
grub_dprintf ("efiemu", "mm initialized\n");
|
||||||
|
|
Loading…
Reference in a new issue