This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
doc/texi2pod: fix warnings introduced in
e7e14bc69a
The variable "$section" was replaced by "$chapter".
tags/n1.2
Stefano Sabatini
12 years ago
parent
27cadb9ce3
commit
c0c06c1bba
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
doc/texi2pod.pl
+ 1
- 1
doc/texi2pod.pl
View File
@@ -301,7 +301,7 @@ INF: while(<$inf>) {
$columns =~ s/\@tab/ : /;
$_ = " : ". $columns;
$
section
=~ s/\n+\s+$//;
$
chapter
=~ s/\n+\s+$//;
};
/^\@itemx?\s*(.+)?$/ and do {
Write
Preview
Loading…
Cancel
Save