Whamcloud - gitweb
git://git.whamcloud.com
/
tools
/
e2fsprogs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9be5ba9
)
Fix compile warning in do_stat() from previous fix.
author
Theodore Ts'o
<tytso@mit.edu>
Fri, 6 May 2005 13:04:37 +0000
(09:04 -0400)
committer
Theodore Ts'o
<tytso@mit.edu>
Fri, 6 May 2005 13:04:37 +0000
(09:04 -0400)
debugfs/debugfs.c
patch
|
blob
|
history
diff --git
a/debugfs/debugfs.c
b/debugfs/debugfs.c
index
e923403
..
c2baee9
100644
(file)
--- a/
debugfs/debugfs.c
+++ b/
debugfs/debugfs.c
@@
-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));