Made declarations of make_isolinux_mbr() consistent.

Debian bug 751501. Thanks to Michael Tautschnig.
This commit is contained in:
Thomas Schmitt 2014-06-13 16:25:00 +02:00
parent 42821af4e6
commit 1b5caac764
1 changed files with 1 additions and 1 deletions

View File

@ -560,7 +560,7 @@ static int gpt_images_as_mbr_partitions(Ecma119Image *t, char *wpt,
/*
* @param flag bit0= make own random MBR Id from current time
*/
int make_isolinux_mbr(int32_t *img_blocks, Ecma119Image *t,
int make_isolinux_mbr(uint32_t *img_blocks, Ecma119Image *t,
int part_offset, int part_number, int fs_type,
uint8_t *buf, int flag)
{