Skip to content

Commit 573950f

Browse files
jmarshallpd3
authored andcommitted
Fix trivial typo [minor]
Signed-off-by: John Marshall <jmarshall@hey.com>
1 parent f3f30bf commit 573950f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mpileup.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ static int mplp_func(void *data, bam1_t *b)
294294
else if ((ma->conf->flag&MPLP_NO_ORPHAN) && (b->core.flag&BAM_FPAIRED) && !(b->core.flag&BAM_FPROPER_PAIR)) continue;
295295

296296
return ret;
297-
};
297+
}
298298
return ret;
299299
}
300300

0 commit comments

Comments
 (0)