projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5371a95
)
Typo that hits big endian systems.
author
Rob Landley
<rob@landley.net>
Wed, 17 May 2006 19:47:58 +0000
(19:47 -0000)
committer
Rob Landley
<rob@landley.net>
Wed, 17 May 2006 19:47:58 +0000
(19:47 -0000)
e2fsprogs/e2fsck.c
patch
|
blob
|
history
diff --git
a/e2fsprogs/e2fsck.c
b/e2fsprogs/e2fsck.c
index eadb0f64dbd51bf45284a9753d0d33a1990382a9..c169ed40dcf839c190449de11299bf90296d9b2a 100644
(file)
--- a/
e2fsprogs/e2fsck.c
+++ b/
e2fsprogs/e2fsck.c
@@
-13202,7
+13202,6
@@
static errcode_t PRS(int argc, char *argv[], e2fsck_t *ret_ctx)
fprintf(stderr, _("Incompatible options not "
"allowed when byte-swapping.\n"));
exit(EXIT_USAGE);
- }
}
#endif
/*