summaryrefslogtreecommitdiffstats
path: root/rm.c
diff options
context:
space:
mode:
Diffstat (limited to 'rm.c')
-rw-r--r--rm.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/rm.c b/rm.c
index d4b083e..4ccd047 100644
--- a/rm.c
+++ b/rm.c
@@ -244,8 +244,8 @@ e2rm(int argc, char *argv[])
retval = ext2fs_dir_iterate2(gbl_fs, curr_ino,
DIRENT_FLAG_INCLUDE_EMPTY, 0,
rm_dir_proc,
- (void *)
- (verbose) ? &verbose : NULL);
+ (void *)
+ ((verbose) ? &verbose : NULL));
}
else
{