projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
391a904
)
Once more, with fewer inappropriate semicolons.
author
Rob Landley
<rob@landley.net>
Tue, 24 Jan 2006 02:38:28 +0000
(
02:38
-0000)
committer
Rob Landley
<rob@landley.net>
Tue, 24 Jan 2006 02:38:28 +0000
(
02:38
-0000)
e2fsprogs/e2fsck.c
patch
|
blob
|
history
diff --git
a/e2fsprogs/e2fsck.c
b/e2fsprogs/e2fsck.c
index 94ba1ee5e3bf614842dd57e1e44e659840c364b5..b31b194145081e49820ba78d7d325c45304c88cf 100644
(file)
--- a/
e2fsprogs/e2fsck.c
+++ b/
e2fsprogs/e2fsck.c
@@
-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