efiemu: change code to avoid Coverity false positive

CID: 73623
This commit is contained in:
Andrei Borzenkov 2016-01-09 10:59:51 +03:00
parent 97c41e1216
commit 12bf87466f
1 changed files with 1 additions and 1 deletions

View File

@ -196,7 +196,7 @@ grub_efiemu_load_file (const char *filename)
{
grub_file_close (file);
grub_efiemu_unload ();
return grub_errno;
return err;
}
grub_dprintf ("efiemu", "mm initialized\n");