Fix typo '_easycsv_checkcsvandstring_two'

This commit is contained in:
Pradana AUMARS 2021-06-27 21:19:44 +02:00
parent 4b8ad08ce6
commit 0117c62230
1 changed files with 1 additions and 1 deletions

View File

@ -1162,7 +1162,7 @@ _easycsv_checkcsvandstring_one(const easycsv *csv,
}
int
_easycsv_checkcsvandstringtwo(const easycsv *csv,
_easycsv_checkcsvandstring_two(const easycsv *csv,
const char *one,
const char *two)
{