diff options
Diffstat (limited to 'src/exchange/taler-exchange-httpd.c')
-rw-r--r-- | src/exchange/taler-exchange-httpd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/exchange/taler-exchange-httpd.c b/src/exchange/taler-exchange-httpd.c index 627ac00f..792b73da 100644 --- a/src/exchange/taler-exchange-httpd.c +++ b/src/exchange/taler-exchange-httpd.c @@ -1338,7 +1338,7 @@ run_single_request (void) /** * Signature of the callback used by MHD to notify the application * about completed connections. If we are running in test-mode with - * an #input_filename, this function is used to terminate the HTTPD + * an input_filename, this function is used to terminate the HTTPD * after the first request has been processed. * * @param cls client-defined closure, NULL |