From a8510b1e1c4aadcac3af417fea27a01c999e223a Mon Sep 17 00:00:00 2001 From: Brendan Kehoe Date: Mon, 29 Aug 2005 11:40:29 +0000 Subject: [PATCH] * src/keyword.cc: Tweak comment to avoid nesting. --- ChangeLog | 4 ++++ src/keyword.cc | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index ff70f05..aafc1eb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2005-08-29 Brendan Kehoe + + * src/keyword.cc: Tweak comment to avoid nesting. + 2005-08-27 Bruno Haible Fix missing ranlib detection when cross-compiling. diff --git a/src/keyword.cc b/src/keyword.cc index 01e6336..ae53bcc 100644 --- a/src/keyword.cc +++ b/src/keyword.cc @@ -18,7 +18,7 @@ You should have received a copy of the GNU General Public License along with this program; see the file COPYING. If not, write to the Free Software Foundation, Inc., - 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ /* Specification. */ #include "keyword.h"