summaryrefslogtreecommitdiff
path: root/src/exchange-lib/testing_api_helpers.c
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2018-05-29 12:18:18 +0200
committerMarcello Stanisci <stanisci.m@gmail.com>2018-05-29 12:18:18 +0200
commit3cb0454dc0d123f3a943d787c67cd4bcfb23a325 (patch)
tree42ca1eb62f09278ab0cae1e3b16301f2b6f71d78 /src/exchange-lib/testing_api_helpers.c
parent11b3616355e4a0fb4a5dff1f5aee4de5e1884ca5 (diff)
downloadexchange-3cb0454dc0d123f3a943d787c67cd4bcfb23a325.tar.gz
exchange-3cb0454dc0d123f3a943d787c67cd4bcfb23a325.tar.bz2
exchange-3cb0454dc0d123f3a943d787c67cd4bcfb23a325.zip
Commenting the main "testing" header file.
Diffstat (limited to 'src/exchange-lib/testing_api_helpers.c')
-rw-r--r--src/exchange-lib/testing_api_helpers.c9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/exchange-lib/testing_api_helpers.c b/src/exchange-lib/testing_api_helpers.c
index c6459a541..b3e32fc26 100644
--- a/src/exchange-lib/testing_api_helpers.c
+++ b/src/exchange-lib/testing_api_helpers.c
@@ -568,10 +568,11 @@ TALER_TESTING_prepare_fakebank (const char *config_filename,
"payto://x-taler-bank/",
strlen ("payto://x-taler-bank/")))
{
- GNUNET_log_config_invalid (GNUNET_ERROR_TYPE_WARNING,
- config_section,
- "URL",
- "expected `x-taler-bank' payto://-URL");
+ GNUNET_log_config_invalid
+ (GNUNET_ERROR_TYPE_WARNING,
+ config_section,
+ "URL",
+ "expected `x-taler-bank' payto://-URL");
GNUNET_CONFIGURATION_destroy (cfg);
GNUNET_free (payto_url);
return NULL;