Browse Source

htable: proper parameter type for sht_setxs() kemi export

Daniel-Constantin Mierla 7 years ago
parent
commit
06de508301
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/modules/htable/htable.c

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

@@ -1687,7 +1687,7 @@ static sr_kemi_t sr_kemi_htable_exports[] = {
 	},
 	{ str_init("htable"), str_init("sht_setxs"),
 		SR_KEMIP_INT, ki_ht_setxs,
-		{ SR_KEMIP_STR, SR_KEMIP_STR, SR_KEMIP_INT,
+		{ SR_KEMIP_STR, SR_KEMIP_STR, SR_KEMIP_STR,
 			SR_KEMIP_INT, SR_KEMIP_NONE, SR_KEMIP_NONE }
 	},