From: Jim Meyering Date: Thu, 29 Jun 2000 11:16:29 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: FILEUTILS-4_0w~24 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=d0ffb1b1983296d12d1b82d1d87c1e86f6fcc1fe;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index 79ee951e22..612062c25a 100644 --- a/old/textutils/ChangeLog +++ b/old/textutils/ChangeLog @@ -1,5 +1,8 @@ 2000-06-29 Jim Meyering + * src/tr.c (find_bracketed_repeat): Add a cast to suppress a warning. + Reported by Gerhard Poul. + * src/tail.c (enum): Remove comma from end of enumerator list. From Gerhard Poul.