summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2017-09-13 14:35:39 +0200
committerChristian Grothoff <christian@grothoff.org>2017-09-13 14:35:39 +0200
commite243a8952fe92d20a28274a0ec0f239e528add81 (patch)
treeda27b2a17395028a2b54e88c9219a748992856f6 /src
parent7123015dbc961692c0c1d4cd0721f51dcee224bb (diff)
downloadexchange-e243a8952fe92d20a28274a0ec0f239e528add81.tar.gz
exchange-e243a8952fe92d20a28274a0ec0f239e528add81.tar.bz2
exchange-e243a8952fe92d20a28274a0ec0f239e528add81.zip
style fix
Diffstat (limited to 'src')
-rw-r--r--src/exchange/taler-exchange-httpd.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/exchange/taler-exchange-httpd.c b/src/exchange/taler-exchange-httpd.c
index 1a4d2863d..25021f30f 100644
--- a/src/exchange/taler-exchange-httpd.c
+++ b/src/exchange/taler-exchange-httpd.c
@@ -316,12 +316,11 @@ handle_mhd_request (void *cls,
&TEH_MHD_handler_static_response, MHD_HTTP_NOT_FOUND
};
struct TEH_RequestHandler *rh;
- unsigned int i;
GNUNET_log (GNUNET_ERROR_TYPE_INFO,
"Handling request for URL '%s'\n",
url);
- for (i=0;NULL != handlers[i].url;i++)
+ for (unsigned int i=0;NULL != handlers[i].url;i++)
{
rh = &handlers[i];
if ( (0 == strcasecmp (url,