change wrapping to 80 cols ... we wrap to the terminal, not e-mail or anything, and...
authorvapier <vapier@gentoo.org>
Mon, 26 Jul 2010 22:15:28 +0000 (22:15 -0000)
committervapier <vapier@gentoo.org>
Mon, 26 Jul 2010 22:15:28 +0000 (22:15 -0000)
svn path=/trunk/gentoolkit-dev/; revision=799

src/echangelog/echangelog

index 56235f239407666287a0b000cd4577f36129877b..9dd7c1f4d1a97ae820e16c57edde7fb70b478339 100755 (executable)
@@ -17,7 +17,7 @@ use Getopt::Long;
 setlocale(&POSIX::LC_ALL, "C");
 
 use Text::Wrap;
-$Text::Wrap::columns = 77;
+$Text::Wrap::columns = 80;
 $Text::Wrap::unexpand = 0;
 
 # Global variables