Skip to content
This repository has been archived by the owner on Apr 9, 2020. It is now read-only.

Commit

Permalink
fixup! cn-create: add cn_cbor_array_remove function
Browse files Browse the repository at this point in the history
  • Loading branch information
Vincent Dupont committed Apr 10, 2018
1 parent 883ba7a commit 7caf1e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion include/cn-cbor/cn-cbor.h
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,7 @@ bool cn_cbor_array_append(cn_cbor* cb_array,
* @return True on success
*/
bool cn_cbor_array_remove(cn_cbor* cb_array,
cn_cbor* cb_value,
cn_cbor* cb_value
CBOR_CONTEXT,
cn_cbor_errback *errp);

Expand Down
2 changes: 1 addition & 1 deletion src/cn-create.c
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ bool cn_cbor_array_append(cn_cbor* cb_array,
}

bool cn_cbor_array_remove(cn_cbor* cb_array,
cn_cbor* cb_value,
cn_cbor* cb_value
CBOR_CONTEXT,
cn_cbor_errback *errp)
{
Expand Down

0 comments on commit 7caf1e6

Please sign in to comment.