Skip to content

Commit

Permalink
textopsx: updating the exported expected parameters to match the func…
Browse files Browse the repository at this point in the history
…tions

- Mismatch between export and function declaration with regards to the quantity of parameters

(cherry picked from commit c921556)
  • Loading branch information
verticelo authored and miconda committed Nov 27, 2017
1 parent 216e7ce commit 12ce193
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/textopsx/textopsx.c
Expand Up @@ -2321,7 +2321,7 @@ static sr_kemi_t sr_kemi_textopsx_exports[] = {
},
{ str_init("textopsx"), str_init("remove_hf_value2"),
SR_KEMIP_INT, ki_remove_hf_value2,
{ SR_KEMIP_STR, SR_KEMIP_NONE, SR_KEMIP_NONE,
{ SR_KEMIP_STR, SR_KEMIP_STR, SR_KEMIP_NONE,
SR_KEMIP_NONE, SR_KEMIP_NONE, SR_KEMIP_NONE }
},
{ str_init("textopsx"), str_init("include_hf_value"),
Expand Down

0 comments on commit 12ce193

Please sign in to comment.