]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
Automake::Config: remove extra trailing semicolon.
authorStefano Lattarini <stefano.lattarini@gmail.com>
Fri, 19 Nov 2010 19:24:28 +0000 (20:24 +0100)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Fri, 19 Nov 2010 19:24:50 +0000 (20:24 +0100)
* lib/Automake/Config.in: Remove extra trailing semicolon.

ChangeLog
lib/Automake/Config.in

index d433d450dc86395744b5e5cd693d63c8466f8c7f..fbc114e19321eed461f02ad0bf653b7bfb6d187f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2010-11-19  Stefano Lattarini  <stefano.lattarini@gmail.com>
 
+       Automake::Config: remove extra trailing semicolon.
+       * lib/Automake/Config.in: Remove extra trailing semicolon.
+
        help4.test: fix botched heading comment.
        * tests/help4.test: Fixed the heading comment, since it
        didn't correctly describe what checks the testcase was
index 7e87044462774e8ee11cc9baff224de841653523..b6674dc8c8a50831085ca27e7648b23768c1fef0 100644 (file)
@@ -34,7 +34,7 @@ our $VERSION = '@VERSION@';
 our $libdir = '@datadir@/@PACKAGE@-@APIVERSION@';
 our $perl_threads = @PERL_THREADS@;
 
-1;;
+1;
 
 ### Setup "GNU" style for perl-mode and cperl-mode.
 ## Local Variables: