From ba48efbc52eb22aea5d3f32d7f488e0c6b91df12 Mon Sep 17 00:00:00 2001 From: Thomas Schmitt Date: Fri, 17 Nov 2006 21:29:19 +0000 Subject: [PATCH] Shifted a comma --- test/telltoc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/telltoc.c b/test/telltoc.c index f7531c2..94b1ed6 100644 --- a/test/telltoc.c +++ b/test/telltoc.c @@ -226,7 +226,7 @@ int telltoc_media(struct burn_drive *drive) printf("Media status : "); if (s==BURN_DISC_FULL) { - printf("is written, is closed\n"); + printf("is written , is closed\n"); media_found = 1; } else if (s==BURN_DISC_APPENDABLE) { printf("is written, is appendable\n");