commit bf3e5487b474e0a76d7ba9d15fae758ba693eb37
parent 116801016058023e90b33e1e0576e127685d87f3
Author: Christian Grothoff <christian@grothoff.org>
Date: Fri, 1 Apr 2016 20:32:44 +0200
fix newline
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/exchange/taler-exchange-httpd_validation.c b/src/exchange/taler-exchange-httpd_validation.c
@@ -221,7 +221,7 @@ TMH_VALIDATION_get_wire_methods (const char *prefix)
{
plugin = p->plugin;
GNUNET_asprintf (&account_name,
- "%s-%s\n",
+ "%s-%s",
prefix,
p->type);
method = plugin->get_wire_details (plugin->cls,