From 41d8dbbde55021599a21bc069d4bc9c668c69c4c Mon Sep 17 00:00:00 2001 From: AUnicornWithNoLife <55228370+AUnicornWithNoLife@users.noreply.github.com> Date: Thu, 11 May 2023 14:56:10 +0100 Subject: [PATCH] type --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index be40b26..198b267 100644 --- a/README.md +++ b/README.md @@ -30,5 +30,5 @@ LV is a dictionary, labels in lv_labels and values in lv_values, it contains any values and lv_values both point to argv, and lv_labels points to argv + 1, as to ignore the dash('-') when done with the data, call -`carg_parse_free(data)` +`carg_parse_free(carg_parse_data* data)` to free the data