commit e243a8952fe92d20a28274a0ec0f239e528add81
parent 7123015dbc961692c0c1d4cd0721f51dcee224bb
Author: Christian Grothoff <christian@grothoff.org>
Date: Wed, 13 Sep 2017 14:35:39 +0200
style fix
Diffstat:
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git 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,