Skip to content

Commit 21f266e

Browse files
committed
fix the prior/broken merge commit.
1 parent 593ec7f commit 21f266e

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

tools/mkport.pl

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -361,11 +361,8 @@ sub check_dwarf_h
361361
int main(int argc, char **argv)
362362
{
363363
dwarf_begin();
364-
<<<<<<< HEAD
365-
return 0;
366-
=======
367364
dwarf_loclist();
368-
>>>>>>> 8ee119b297aa0b30d99ac5817b99d342bf7edab5
365+
return 0;
369366
}
370367
EOF
371368
$fh->close();

0 commit comments

Comments
 (0)