Removed development marks

This commit is contained in:
2010-09-11 12:50:36 +00:00
parent 8239d082ca
commit cc672d525b
5 changed files with 26 additions and 38 deletions

View File

@ -305,8 +305,7 @@ int isoburn_activate_session(struct burn_drive *drive)
}
/** TWINTREE:
API @since 0.6.2
/** API @since 0.6.2
*/
int isoburn_get_img_partition_offset(struct burn_drive *drive,
uint32_t *block_offset_2k)
@ -327,8 +326,7 @@ int isoburn_get_img_partition_offset(struct burn_drive *drive,
}
/* TWINTREE:
Check for MBR signature and a first partition that starts at a 2k block
/* Check for MBR signature and a first partition that starts at a 2k block
and ends where the image ends.
If not too large or too small, accept its start as partition offset.
*/