commit f74c0306a5e32949a587d49aac309c70ce083399 parent 09a73e13a6c163d0de9594e20f34b73f6d170524 Author: Florian Dold <florian.dold@gmail.com> Date: Sun, 11 Mar 2018 17:55:57 +0100 remove 'const const' Diffstat:
| M | src/include/taler_merchant_testing_lib.h | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/include/taler_merchant_testing_lib.h b/src/include/taler_merchant_testing_lib.h @@ -464,7 +464,7 @@ int TALER_TESTING_get_trait_h_contract_terms (const struct TALER_TESTING_Command *cmd, unsigned int index, - const const struct GNUNET_HashCode **h_contract_terms); + const struct GNUNET_HashCode **h_contract_terms); /**