Fixed easycsv_find_num_value documentation

Signed-off-by: Pradana AUMARS <paumars@courrier.dev>
This commit is contained in:
Pradana AUMARS 2021-07-16 21:34:25 +02:00
parent 1a0e8e5bcb
commit c19760c62f
1 changed files with 2 additions and 2 deletions

View File

@ -129,11 +129,11 @@ easycsv_find_value(const easycsv*,
* Find number of instances of value * Find number of instances of value
* @param[in] constant pointer to easycsv structure * @param[in] constant pointer to easycsv structure
* @param[in] value to find * @param[in] value to find
* @return number of instances * @return positive integer if success, -1 if error
*/ */
int int
easycsv_find_num_value(const easycsv*, easycsv_find_num_value(const easycsv*,
const char*); const char*);
/*** Access, read ***/ /*** Access, read ***/