summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-05-13 10:21:31 +0000
committerJim Meyering <jim@meyering.net>2003-05-13 10:21:31 +0000
commit85664265123dcdd941fba00d15187453088719b2 (patch)
treeeadb5a8a24e0e4cecf609da0eabd6abaf06fb986
parent0035f73f0218e8b22772a7bd7090abab0a41e038 (diff)
downloadcoreutils-85664265123dcdd941fba00d15187453088719b2.tar.xz
*** empty log message ***
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 0a137049d..46c6dd233 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,7 +2,7 @@
* Version 5.0.1.
- * src/head.c (elide_tail_lines_pipe): Use `if', not an assert.
+ * src/head.c (elide_tail_lines_pipe): Use `if', not assert.
Now that assert is no longer used, don't include <assert.h>.
2003-05-12 Jim Meyering <jim@meyering.net>