Преглед изворни кода

textopsx: updating the exported expected parameters to match the functions

- Mismatch between export and function declaration with regards to the quantity of parameters
Samuel пре 7 година
родитељ
комит
c921556e77
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/modules/textopsx/textopsx.c

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

@@ -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"),