1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-02-09 14:14:39 +02:00

doc/texi2pod: fix warnings introduced in e7e14bc69a606a6bec82efef729263cd38f122d4

The variable "$section" was replaced by "$chapter".
This commit is contained in:
Stefano Sabatini 2013-01-26 15:10:55 +01:00
parent 27cadb9ce3
commit c0c06c1bba

View File

@ -301,7 +301,7 @@ INF: while(<$inf>) {
$columns =~ s/\@tab/ : /; $columns =~ s/\@tab/ : /;
$_ = " : ". $columns; $_ = " : ". $columns;
$section =~ s/\n+\s+$//; $chapter =~ s/\n+\s+$//;
}; };
/^\@itemx?\s*(.+)?$/ and do { /^\@itemx?\s*(.+)?$/ and do {