diff --git a/core/blob_list.c b/core/blob_list.c index fccd25b..8f53986 100644 --- a/core/blob_list.c +++ b/core/blob_list.c @@ -44,5 +44,4 @@ blob_list_append(struct blob_list *lp, struct blob *blob) ++lp->count; return 0; - return 0; }