Shifted a comma
This commit is contained in:
parent
0513a4eb2f
commit
ba48efbc52
@ -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");
|
||||
|
Loading…
Reference in New Issue
Block a user