From 15cd54c001e1510c6593adfd3391f69d4bcc9c45 Mon Sep 17 00:00:00 2001 From: Stefano Lattarini Date: Fri, 19 Nov 2010 20:24:28 +0100 Subject: [PATCH] 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 deletion(-) diff --git a/ChangeLog b/ChangeLog index d433d45..fbc114e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2010-11-19 Stefano Lattarini + 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@/@PACKAGE@-@APIVERSION@'; our $perl_threads = @PERL_THREADS@; -1;; +1; ### Setup "GNU" style for perl-mode and cperl-mode. ## Local Variables: -- 2.7.4