diff options
Diffstat (limited to 'common/collection/collection_stack.c')
-rw-r--r-- | common/collection/collection_stack.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/collection/collection_stack.c b/common/collection/collection_stack.c index 347d9b6c..70211220 100644 --- a/common/collection/collection_stack.c +++ b/common/collection/collection_stack.c @@ -94,7 +94,7 @@ int push_binary_property(struct collection_item *stack, return EINVAL; } - error = add_binary_property(stack, NULL, property, binary_data, length) + error = add_binary_property(stack, NULL, property, binary_data, length); TRACE_FLOW_STRING("push_binary_property", "Exit."); return error; |