git.annexia.org
/
hivex.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dfd4343
)
hivex: Whitespace change.
author
Richard Jones
<rjones@redhat.com>
Thu, 14 Jan 2010 16:29:40 +0000
(16:29 +0000)
committer
Richard Jones
<rjones@redhat.com>
Fri, 19 Feb 2010 14:54:28 +0000
(14:54 +0000)
hivex/hivex.c
patch
|
blob
|
history
diff --git
a/hivex/hivex.c
b/hivex/hivex.c
index
13c3f86
..
0c09ace
100644
(file)
--- a/
hivex/hivex.c
+++ b/
hivex/hivex.c
@@
-105,7
+105,7
@@
struct hive_h {
#define BITMAP_SET(bitmap,off) (bitmap[(off)>>5] |= 1 << (((off)>>2)&7))
#define BITMAP_CLR(bitmap,off) (bitmap[(off)>>5] &= ~ (1 << (((off)>>2)&7)))
#define BITMAP_TST(bitmap,off) (bitmap[(off)>>5] & (1 << (((off)>>2)&7)))
-#define IS_VALID_BLOCK(h,off)
\
+#define IS_VALID_BLOCK(h,off) \
(((off) & 3) == 0 && \
(off) >= 0x1000 && \
(off) < (h)->size && \