diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2013-01-26 15:10:55 +0100 |
---|---|---|
committer | Timothy Gu <timothygu99@gmail.com> | 2013-08-28 09:35:20 -0700 |
commit | de1609bc2d0f9259c344cb9574859ab4a288d521 (patch) | |
tree | 4f73959dd40bc4583d74420e0e02f61342771864 | |
parent | bd055c17682f5ee7dd94c7bcf318577fb4a10f3d (diff) | |
download | ffmpeg-de1609bc2d0f9259c344cb9574859ab4a288d521.tar.gz |
doc/texi2pod: fix warnings introduced in e7e14bc69a606a6bec82efef729263cd38f122d4
The variable "$section" was replaced by "$chapter".
(cherry picked from commit c0c06c1bba80c4bee162a3c40eec678ddc65571d)
Signed-off-by: Timothy Gu <timothygu99@gmail.com>
-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 fbb1d9aacb..fc23c7bcb6 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 { |