automake-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[FYI] {maint} Automake::Config: remove extra trailing semicolon.


From: Stefano Lattarini
Subject: [FYI] {maint} Automake::Config: remove extra trailing semicolon.
Date: Fri, 19 Nov 2010 20:28:45 +0100
User-agent: KMail/1.13.3 (Linux/2.6.30-2-686; KDE/4.4.4; i686; ; )

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  <address@hidden>
 
+       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@/@address@hidden@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

[Prev in Thread] Current Thread [Next in Thread]