浏览代码

doc/texi2pod: fix warnings introduced in e7e14bc69a606a6bec82efef729263cd38f122d4

The variable "$section" was replaced by "$chapter".
Stefano Sabatini 13 年之前
父节点
当前提交
c0c06c1bba
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      doc/texi2pod.pl

+ 1 - 1
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 {