| author | Axel Dörfler <axeld@pinc-software.de> | 2010-04-15 15:51:47.0 +00:00:00 |
|---|---|---|
| committer | Axel Dörfler <axeld@pinc-software.de> | 2010-04-15 15:51:47.0 +00:00:00 |
| commit | 024bc08b2f6e3c1071a63e4cced982b57b2c3fcd [patch] |
|
| tree | 50a905fe05c1e2e7f8160d209a276133ea85af6a |
|
| parent | ec7d16808176099e6cdac7c0780e2d0946ba0236 |
|
| download | 024bc08b2f6e3c1071a63e4cced982b57b2c3fcd.tar.gz |
|
* Fixed warning.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36302 a95241bf-73f2-0310-859d-f6bbb57e9c96
Diff
src/system/boot/platform/bios_ia32/start.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/system/boot/platform/bios_ia32/start.c b/src/system/boot/platform/bios_ia32/start.c index 997fb18..3542128 100644 --- a/src/system/boot/platform/bios_ia32/start.c +++ b/src/system/boot/platform/bios_ia32/start.c @@ -1,5 +1,5 @@ /* * Copyright 2003-2008, Axel Dörfler, axeld@pinc-software.de. * Copyright 2003-2010, Axel Dörfler, axeld@pinc-software.de. * Distributed under the terms of the MIT License. */ @@ -19,6 +19,7 @@ #include "console.h" #include "cpu.h" #include "debug.h" #include "hpet.h" #include "keyboard.h" #include "mmu.h" #include "multiboot.h"