[2121] 2009-04-16 Bean <[email protected]>

Bean <[email protected]>
Newsgroups gmane.comp.boot-loaders.grub.cvs
Message-ID <[email protected]>
Revision: 2121
          http://svn.sv.gnu.org/viewvc/?view=rev&root=grub&revision=2121
Author:   bean
Date:     2009-04-16 12:18:11 +0000 (Thu, 16 Apr 2009)
Log Message:
-----------
2009-04-16  Bean  <[email protected]>

	* commands/efi/loadbios.c (grub_cmd_fakebios): Add missing return
	value.

Modified Paths:
--------------
    trunk/grub2/ChangeLog
    trunk/grub2/commands/efi/loadbios.c

Modified: trunk/grub2/ChangeLog
===================================================================
--- trunk/grub2/ChangeLog	2009-04-15 20:45:09 UTC (rev 2120)
+++ trunk/grub2/ChangeLog	2009-04-16 12:18:11 UTC (rev 2121)
@@ -1,3 +1,8 @@
+2009-04-16  Bean  <[email protected]>
+
+	* commands/efi/loadbios.c (grub_cmd_fakebios): Add missing return
+	value.
+
 2009-04-15  Pavel Roskin  <[email protected]>
 
 	* include/grub/types.h: Rename ULONG_MAX to GRUB_ULONG_MAX and

Modified: trunk/grub2/commands/efi/loadbios.c
===================================================================
--- trunk/grub2/commands/efi/loadbios.c	2009-04-15 20:45:09 UTC (rev 2120)
+++ trunk/grub2/commands/efi/loadbios.c	2009-04-16 12:18:11 UTC (rev 2121)
@@ -146,6 +146,8 @@
     }
   else
     fake_bios_data (0);
+
+  return 0;
 }
 
 static grub_err_t
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.