Skip to content

Commit 0801aa8

Browse files
committed
Bugfix: typo - issue #255
Signed-off-by: Henry Cox <henry.cox@mediatek.com>
1 parent b80c147 commit 0801aa8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/lcovutil.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4001,7 +4001,7 @@ sub append
40014001
if (!$branchElem->hasBlock($block)) {
40024002
$branch == 0
40034003
or
4004-
lcovutil::ignorable_error($lcuvutil::ERROR_BRANCH,
4004+
lcovutil::ignorable_error($lcovutil::ERROR_BRANCH,
40054005
"unexpected non-zero initial branch");
40064006
$branch = 0;
40074007
my $l = $branchElem->addBlock($block);

0 commit comments

Comments
 (0)