diff options
Diffstat (limited to 'src/bplist.c')
| -rw-r--r-- | src/bplist.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/bplist.c b/src/bplist.c index 14db755..24326b7 100644 --- a/src/bplist.c +++ b/src/bplist.c | |||
| @@ -941,8 +941,6 @@ static void serialize_plist(node_t* node, void* data) | |||
| 941 | for (ch = node_first_child(node); ch; ch = node_next_sibling(ch)) { | 941 | for (ch = node_first_child(node); ch; ch = node_next_sibling(ch)) { |
| 942 | serialize_plist(ch, data); | 942 | serialize_plist(ch, data); |
| 943 | } | 943 | } |
| 944 | |||
| 945 | return; | ||
| 946 | } | 944 | } |
| 947 | 945 | ||
| 948 | #define Log2(x) (x == 8 ? 3 : (x == 4 ? 2 : (x == 2 ? 1 : 0))) | 946 | #define Log2(x) (x == 8 ? 3 : (x == 4 ? 2 : (x == 2 ? 1 : 0))) |
