Skip to content

Commit

Permalink
textops: fixed name of in_list() function export to kemi
Browse files Browse the repository at this point in the history
- reported by GH #1332

(cherry picked from commit ebd51da)
  • Loading branch information
miconda committed Nov 27, 2017
1 parent d47f62e commit f561a37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/textops/textops.c
Expand Up @@ -3940,7 +3940,7 @@ static sr_kemi_t sr_kemi_textops_exports[] = {
{ SR_KEMIP_STR, SR_KEMIP_NONE, SR_KEMIP_NONE,
SR_KEMIP_NONE, SR_KEMIP_NONE, SR_KEMIP_NONE }
},
{ str_init("textops"), str_init("is_list"),
{ str_init("textops"), str_init("in_list"),
SR_KEMIP_INT, ki_in_list,
{ SR_KEMIP_STR, SR_KEMIP_STR, SR_KEMIP_STR,
SR_KEMIP_NONE, SR_KEMIP_NONE, SR_KEMIP_NONE }
Expand Down

0 comments on commit f561a37

Please sign in to comment.