diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2013-01-26 15:10:55 +0100 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2013-01-26 15:12:57 +0100 |
commit | c0c06c1bba80c4bee162a3c40eec678ddc65571d (patch) | |
tree | e3cb693d38d34389c3e699827c377ca7184e7ccc /doc/texi2pod.pl | |
parent | 27cadb9ce3f05be837558d7d08a3344f806f683a (diff) | |
download | ffmpeg-c0c06c1bba80c4bee162a3c40eec678ddc65571d.tar.gz |
doc/texi2pod: fix warnings introduced in e7e14bc69a606a6bec82efef729263cd38f122d4
The variable "$section" was replaced by "$chapter".
Diffstat (limited to 'doc/texi2pod.pl')
-rwxr-xr-x | doc/texi2pod.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/texi2pod.pl b/doc/texi2pod.pl index 358242537b..5c3aba69f4 100755 --- a/doc/texi2pod.pl +++ b/doc/texi2pod.pl @@ -301,7 +301,7 @@ INF: while(<$inf>) { $columns =~ s/\@tab/ : /; $_ = " : ". $columns; - $section =~ s/\n+\s+$//; + $chapter =~ s/\n+\s+$//; }; /^\@itemx?\s*(.+)?$/ and do { |