I pushed this patch to maint as obvious.

Regards,
   Stefano

-*-*-*-

Automake::Config: remove extra trailing semicolon.

* lib/Automake/Config.in: Remove extra trailing semicolon.
---
 ChangeLog              |    3 +++
 lib/Automake/Config.in |    2 +-
 2 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index d433d45..fbc114e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2010-11-19  Stefano Lattarini  <stefano.lattar...@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
diff --git a/lib/Automake/Config.in b/lib/Automake/Config.in
index 7e87044..b6674dc 100644
--- a/lib/Automake/Config.in
+++ b/lib/Automake/Config.in
@@ -34,7 +34,7 @@ our $VERSION = '@VERSION@';
 our $libdir = '@datadir@/@pack...@-@APIVERSION@';
 our $perl_threads = @PERL_THREADS@;
 
-1;;
+1;
 
 ### Setup "GNU" style for perl-mode and cperl-mode.
 ## Local Variables:
-- 
1.7.1

Reply via email to