mirror of https://github.com/mirror/busybox.git
Once more, with fewer inappropriate semicolons.
parent
391a904f46
commit
8b6063490d
|
@ -15676,9 +15676,9 @@ restart:
|
||||||
#ifdef ENABLE_SWAPFS
|
#ifdef ENABLE_SWAPFS
|
||||||
|
|
||||||
#ifdef WORDS_BIGENDIAN
|
#ifdef WORDS_BIGENDIAN
|
||||||
#define NATIVE_FLAG EXT2_FLAG_SWAP_BYTES;
|
#define NATIVE_FLAG EXT2_FLAG_SWAP_BYTES
|
||||||
#else
|
#else
|
||||||
#define NATIVE_FLAG 0;
|
#define NATIVE_FLAG 0
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue