diff options
author | Rob Landley <rob@landley.net> | 2006-05-17 19:47:58 +0000 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2006-05-17 19:47:58 +0000 |
commit | 81369a8b2fd1ac55ce734358a93cdd65817324c1 (patch) | |
tree | 6161f111ee4a8f4162fc4a6b2efb1caf804e2e8e | |
parent | 5371a953caaa3c7beb04377fbdbe15f0aad2bd32 (diff) | |
download | busybox-w32-81369a8b2fd1ac55ce734358a93cdd65817324c1.tar.gz busybox-w32-81369a8b2fd1ac55ce734358a93cdd65817324c1.tar.bz2 busybox-w32-81369a8b2fd1ac55ce734358a93cdd65817324c1.zip |
Typo that hits big endian systems.
-rw-r--r-- | e2fsprogs/e2fsck.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/e2fsprogs/e2fsck.c b/e2fsprogs/e2fsck.c index eadb0f64d..c169ed40d 100644 --- a/e2fsprogs/e2fsck.c +++ b/e2fsprogs/e2fsck.c | |||
@@ -13202,7 +13202,6 @@ static errcode_t PRS(int argc, char *argv[], e2fsck_t *ret_ctx) | |||
13202 | fprintf(stderr, _("Incompatible options not " | 13202 | fprintf(stderr, _("Incompatible options not " |
13203 | "allowed when byte-swapping.\n")); | 13203 | "allowed when byte-swapping.\n")); |
13204 | exit(EXIT_USAGE); | 13204 | exit(EXIT_USAGE); |
13205 | } | ||
13206 | } | 13205 | } |
13207 | #endif | 13206 | #endif |
13208 | /* | 13207 | /* |