Whamcloud - gitweb
Fix compile warning in do_stat() from previous fix.
authorTheodore Ts'o <tytso@mit.edu>
Fri, 6 May 2005 13:04:37 +0000 (09:04 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Fri, 6 May 2005 13:04:37 +0000 (09:04 -0400)
debugfs/debugfs.c

index e923403..c2baee9 100644 (file)
@@ -596,7 +596,7 @@ void do_stat(int argc, char *argv[])
        struct ext2_inode * inode_buf;
 
        if (check_fs_open(argv[0]))
-               return 1;
+               return;
 
        inode_buf = (struct ext2_inode *)
                        malloc(EXT2_INODE_SIZE(current_fs->super));