mirror of
https://github.com/sheumann/hush.git
synced 2025-01-13 21:31:51 +00:00
Once more, with fewer inappropriate semicolons.
This commit is contained in:
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…
x
Reference in New Issue
Block a user