mirror of
https://github.com/vivier/EMILE.git
synced 2024-12-22 10:29:31 +00:00
remove unneeded putchar()
This commit is contained in:
parent
a4abee7327
commit
2f1d2b4667
@ -74,7 +74,6 @@ int emile_first_set_param_scsi(int fd, char *second_name)
|
|||||||
*offset = container->blocks[i].offset;
|
*offset = container->blocks[i].offset;
|
||||||
(*second_size) += container->blocks[i].count;
|
(*second_size) += container->blocks[i].count;
|
||||||
}
|
}
|
||||||
putchar('\n');
|
|
||||||
/* mark end of blocks list */
|
/* mark end of blocks list */
|
||||||
current -= 2;
|
current -= 2;
|
||||||
count = (short*)(&first[current]);
|
count = (short*)(&first[current]);
|
||||||
|
Loading…
Reference in New Issue
Block a user