ChangeLog, imager.c:
  imager.c: Fix gcc -Wall complaints and a series of bugs where retval
  	wasn't set correctly.  (Thanks to Andreas Dilger for pointing this
  	out.)

diff --git a/lib/ext2fs/ChangeLog b/lib/ext2fs/ChangeLog
index dc9ed90..bba8b13 100644
--- a/lib/ext2fs/ChangeLog
+++ b/lib/ext2fs/ChangeLog
@@ -1,3 +1,9 @@
+2001-01-12  Theodore Ts'o  <tytso@valinux.com>
+
+	* imager.c: Fix gcc -Wall complaints and a series of bugs where
+		retval wasn't set correctly.  (Thanks to Andreas Dilger
+		for pointing this out.)
+
 2001-01-11    <tytso@snap.thunk.org>
 
 	* flushb.c (ext2fs_sync_device): New function which centralizes