From a2a87ebc0b733db45c9c8bf9f80b692168013126 Mon Sep 17 00:00:00 2001 From: Robert Nordier Date: Sat, 3 Oct 1998 18:27:50 +0000 Subject: Missing newline in heap command display. Noticed by: jkh --- sys/boot/i386/loader/main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys') diff --git a/sys/boot/i386/loader/main.c b/sys/boot/i386/loader/main.c index ab4a52aa2963d..1075757c9adc5 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.8 1998/09/28 20:17:05 peter Exp $ + * $Id: main.c,v 1.9 1998/10/02 16:33:43 msmith Exp $ */ /* @@ -185,6 +185,6 @@ static int command_heap(int argc, char *argv[]) { mallocstats(); - printf("heap base at %p, top at %p", end, sbrk(0)); + printf("heap base at %p, top at %p\n", end, sbrk(0)); return(CMD_OK); } -- cgit v1.3