mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-03 10:05:29 +00:00
Minor readability change.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@5698
This commit is contained in:
parent
16593517ea
commit
15af94dc9b
@ -96,7 +96,7 @@ struct _OSetNode {
|
||||
AvlNode* left;
|
||||
AvlNode* right;
|
||||
Char balance;
|
||||
Char padding[sizeof(void*)-3];
|
||||
Char padding[sizeof(void*)-sizeof(Char)-sizeof(Short)];
|
||||
Short magic;
|
||||
};
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user