From 9ca41d9cd7f9301b096121ff63c0aea1fefcf24e Mon Sep 17 00:00:00 2001 From: Dominik Loidolt <dominik.loidolt@univie.ac.at> Date: Wed, 2 Feb 2022 10:24:13 +0100 Subject: [PATCH] correct documentation --- lib/cmp_entity.c | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/cmp_entity.c b/lib/cmp_entity.c index 84f784d..99aa3bd 100644 --- a/lib/cmp_entity.c +++ b/lib/cmp_entity.c @@ -1640,7 +1640,6 @@ void *cmp_ent_get_data_buf(struct cmp_entity *ent) * @param data_buf pointer where the destination data buffer where the * compressed data is copied to (can be NULL) * @param data_buf_size size of the destination data buffer - * @param verbose_en print verbose output if not zero * * @returns the size in bytes to store the compressed data; negative on error * -- GitLab