Browse Source

textops: fixed mixmatching types for exported kemi functions

Daniel-Constantin Mierla 7 năm trước cách đây
mục cha
commit
fb904abd96
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/modules/textops/textops.c

+ 1 - 1
src/modules/textops/textops.c

@@ -4096,7 +4096,7 @@ static sr_kemi_t sr_kemi_textops_exports[] = {
 	},
 	{ str_init("textops"), str_init("append_body_part_cd"),
 		SR_KEMIP_INT, ki_append_multibody_cd,
-		{ SR_KEMIP_STR, SR_KEMIP_STR, SR_KEMIP_NONE,
+		{ SR_KEMIP_STR, SR_KEMIP_STR, SR_KEMIP_STR,
 			SR_KEMIP_NONE, SR_KEMIP_NONE, SR_KEMIP_NONE }
 	},
 	{ str_init("textops"), str_init("remove_body_part"),