blkid: Fix cc portability problem in probe_lvm2()

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
bitmap-optimize
Theodore Ts'o 2008-06-21 14:04:36 -04:00
parent 7f6a74b6d6
commit 8d45e2104c
1 changed files with 1 additions and 1 deletions

View File

@ -1065,7 +1065,7 @@ static int probe_lvm2(struct blkid_probe *probe,
struct blkid_magic *id,
unsigned char *buf)
{
int sector = (id->bim_kboff) << 1;;
int sector = (id->bim_kboff) << 1;
struct lvm2_pv_label_header *label= (struct lvm2_pv_label_header *)buf;
char *p, *q, uuid[40];
unsigned int i, b;