mke2fs.c (zap_sector): Fix really stupid typo which gcc 2.95
didn't catch.
+2000-10-24 <tytso@valinux.com>
+
+ * mke2fs.c (zap_sector): Fix really stupid typo which gcc 2.95
+ didn't catch.
+
2000-09-12 <tytso@valinux.com>
* fsck.c: Add base device definitions for hd[e-h], for those
retval = io_channel_write_blk(fs->io, sect, -512, buf);
io_channel_set_blksize(fs->io, fs->blocksize);
if (retval)
- printf(_("Warning: could not erase sector %d: %s\n", sect),
+ printf(_("Warning: could not erase sector %d: %s\n"), sect,
error_message(retval));
}