diff options
Diffstat (limited to 'e2fsprogs/e2fsck.c')
-rw-r--r-- | e2fsprogs/e2fsck.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/e2fsprogs/e2fsck.c b/e2fsprogs/e2fsck.c index 88eedeaa6..4920cd0f4 100644 --- a/e2fsprogs/e2fsck.c +++ b/e2fsprogs/e2fsck.c | |||
@@ -4309,7 +4309,7 @@ static int process_block(ext2_filsys fs, | |||
4309 | * Should never happen, since only directories | 4309 | * Should never happen, since only directories |
4310 | * get called with BLOCK_FLAG_HOLE | 4310 | * get called with BLOCK_FLAG_HOLE |
4311 | */ | 4311 | */ |
4312 | #if DEBUG_E2FSCK | 4312 | #ifdef DEBUG_E2FSCK |
4313 | printf("process_block() called with blk == 0, " | 4313 | printf("process_block() called with blk == 0, " |
4314 | "blockcnt=%d, inode %lu???\n", | 4314 | "blockcnt=%d, inode %lu???\n", |
4315 | blockcnt, p->ino); | 4315 | blockcnt, p->ino); |