Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
make multiboot_load static
  • Loading branch information
Holger Lubitz committed Jul 27, 2007
1 parent dc38303 commit 9a47906
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/arch/i386/image/multiboot.c
Expand Up @@ -360,7 +360,7 @@ static int multiboot_load_elf ( struct image *image ) {
* @v image Multiboot file
* @ret rc Return status code
*/
int multiboot_load ( struct image *image ) {
static int multiboot_load ( struct image *image ) {
struct multiboot_header_info hdr;
int rc;

Expand Down

0 comments on commit 9a47906

Please sign in to comment.