Once more, with fewer inappropriate semicolons.

This commit is contained in:
Rob Landley 2006-01-24 02:38:28 +00:00
parent 391a904f46
commit 8b6063490d

View File

@ -15676,9 +15676,9 @@ restart:
#ifdef ENABLE_SWAPFS
#ifdef WORDS_BIGENDIAN
#define NATIVE_FLAG EXT2_FLAG_SWAP_BYTES;
#define NATIVE_FLAG EXT2_FLAG_SWAP_BYTES
#else
#define NATIVE_FLAG 0;
#define NATIVE_FLAG 0
#endif