* texi2pod.pl: Remove extra line.

From-SVN: r70036
This commit is contained in:
Matt Kraai 2003-08-01 03:10:56 +00:00 committed by Matt Kraai
parent f7fe97da36
commit 5bea01beb9
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2003-07-31 Matt Kraai <kraai@alumni.cmu.edu>
* texi2pod.pl: Remove extra line.
2003-07-15 Matt Kraai <kraai@alumni.cmu.edu>
* texi2pod.pl: Default @itemize's parameter to @bullet.

View File

@ -249,7 +249,6 @@ while(<$inf>) {
} else {
$ic = '@bullet';
}
$ic = $1;
$_ = "\n=over 4\n";
$endw = "itemize";
};