Procházet zdrojové kódy

textopsx: updating the exported expected parameters to match the functions

- Mismatch between export and function declaration with regards to the quantity of parameters
Samuel před 7 roky
rodič
revize
c921556e77
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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"),