From 3c95e71ca8ff159df1b4d03f68715f723b7fa0f5 Mon Sep 17 00:00:00 2001 From: Laurent Vivier Date: Mon, 27 Dec 2004 21:45:09 +0000 Subject: [PATCH] display bootblock info even if not bootable --- tools/emile_scanbus.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tools/emile_scanbus.c b/tools/emile_scanbus.c index a0a9455..df3b2f3 100644 --- a/tools/emile_scanbus.c +++ b/tools/emile_scanbus.c @@ -158,13 +158,13 @@ void scanbus(void) case INVALID_BOOTBLOCK: break; case APPLE_BOOTBLOCK: - printf(" \n"); + printf(" "); break; case EMILE_BOOTBLOCK: - printf(" \n"); + printf(" "); break; default: - printf(" \n"); + printf(" "); break; } if (emile_map_partition_is_bootable(map))