aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2019-11-01 16:55:48 +0100
committerFlorian Dold <florian.dold@gmail.com>2019-11-01 16:55:48 +0100
commit07cc3d3c1eff9c2a8bcdabcf5b755dc8cafa97e2 (patch)
tree2adfc57ba2ee62964a03d31458563ffab08e46ce
parentf8411e903f34822168f85a992fe95d7dda418004 (diff)
downloadmerchant-07cc3d3c1eff9c2a8bcdabcf5b755dc8cafa97e2.tar.gz
merchant-07cc3d3c1eff9c2a8bcdabcf5b755dc8cafa97e2.zip
style
-rw-r--r--src/backend/taler-merchant-httpd_proposal.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/backend/taler-merchant-httpd_proposal.c b/src/backend/taler-merchant-httpd_proposal.c
index 89f5b110..bc7dd0e2 100644
--- a/src/backend/taler-merchant-httpd_proposal.c
+++ b/src/backend/taler-merchant-httpd_proposal.c
@@ -179,8 +179,7 @@ make_merchant_base_url (struct MHD_Connection *connection, const
179 if (NULL != uri_path) 179 if (NULL != uri_path)
180 { 180 {
181 /* Currently the merchant backend is only supported at the root of the path, 181 /* Currently the merchant backend is only supported at the root of the path,
182 * this might change in the future. 182 this might change in the future. */
183 */
184 GNUNET_assert (0); 183 GNUNET_assert (0);
185 } 184 }
186 185