Add missing \n in a debug printf.

This commit is contained in:
uwe 2006-01-15 00:07:49 +00:00
parent 053de0d06e
commit 24aae33317
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: load.cpp,v 1.10 2006/01/15 00:06:39 uwe Exp $ */
/* $NetBSD: load.cpp,v 1.11 2006/01/15 00:07:49 uwe Exp $ */
/*-
* Copyright (c) 2001 The NetBSD Foundation, Inc.
@ -84,7 +84,7 @@ Loader::loadExtData(void)
sz = _file->realsize();
kv = ROUND(_kernend, static_cast <vsize_t>(KERNEL_PAGE_SIZE));
DPRINTF((TEXT("[file system image]")));
DPRINTF((TEXT("[file system image]\n")));
_load_segment(kv, sz, 0, sz);
return _load_success();