diff options
Diffstat (limited to 'sys/boot/i386/loader/main.c')
| -rw-r--r-- | sys/boot/i386/loader/main.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/boot/i386/loader/main.c b/sys/boot/i386/loader/main.c index ee7d5752498f..53f4efeae0ee 100644 --- a/sys/boot/i386/loader/main.c +++ b/sys/boot/i386/loader/main.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: main.c,v 1.2 1998/08/31 21:10:43 msmith Exp $ + * $Id: main.c,v 1.3 1998/09/03 02:10:09 msmith Exp $ */ /* @@ -54,7 +54,7 @@ main(void) { struct i386_devdesc currdev; int i; - + /* * Initialise the heap as early as possible. Once this is done, alloc() is usable. * The stack is buried inside us, so this is safe |
