Commit 5bea01be by Matt Kraai Committed by Matt Kraai

* texi2pod.pl: Remove extra line.

From-SVN: r70036
parent f7fe97da
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.
......
......@@ -249,7 +249,6 @@ while(<$inf>) {
} else {
$ic = '@bullet';
}
$ic = $1;
$_ = "\n=over 4\n";
$endw = "itemize";
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment