Shifted a comma

This commit is contained in:
Thomas Schmitt 2006-11-17 21:29:19 +00:00
parent 0513a4eb2f
commit ba48efbc52
1 changed files with 1 additions and 1 deletions

View File

@ -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");