From: Rob Landley Date: Wed, 17 May 2006 19:47:58 +0000 (-0000) Subject: Typo that hits big endian systems. X-Git-Tag: 1_2_0~360 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=81369a8b2fd1ac55ce734358a93cdd65817324c1;p=oweals%2Fbusybox.git Typo that hits big endian systems. --- 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) fprintf(stderr, _("Incompatible options not " "allowed when byte-swapping.\n")); exit(EXIT_USAGE); - } } #endif /*