Shifted a comma

This commit is contained in:
Thomas Schmitt 2006-11-17 21:30:25 +00:00
parent ba48efbc52
commit 18a592ad28
1 changed files with 1 additions and 1 deletions

View File

@ -229,7 +229,7 @@ int telltoc_media(struct burn_drive *drive)
printf("is written , is closed\n"); printf("is written , is closed\n");
media_found = 1; media_found = 1;
} else if (s==BURN_DISC_APPENDABLE) { } else if (s==BURN_DISC_APPENDABLE) {
printf("is written, is appendable\n"); printf("is written , is appendable\n");
media_found = 1; media_found = 1;
} else if (s==BURN_DISC_BLANK) { } else if (s==BURN_DISC_BLANK) {
printf("is blank\n"); printf("is blank\n");