remove unneeded putchar()

This commit is contained in:
Laurent Vivier 2006-10-28 22:22:46 +00:00
parent a4abee7327
commit 2f1d2b4667

View File

@ -74,7 +74,6 @@ int emile_first_set_param_scsi(int fd, char *second_name)
*offset = container->blocks[i].offset;
(*second_size) += container->blocks[i].count;
}
putchar('\n');
/* mark end of blocks list */
current -= 2;
count = (short*)(&first[current]);