diff options
Diffstat (limited to 'src/auditor/taler-auditor-httpd.c')
-rw-r--r-- | src/auditor/taler-auditor-httpd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/auditor/taler-auditor-httpd.c b/src/auditor/taler-auditor-httpd.c index 967a084ef..e37b4a0e8 100644 --- a/src/auditor/taler-auditor-httpd.c +++ b/src/auditor/taler-auditor-httpd.c | |||
@@ -269,7 +269,6 @@ signal_loop (void) | |||
269 | } | 269 | } |
270 | 270 | ||
271 | 271 | ||
272 | |||
273 | /** | 272 | /** |
274 | * Function called whenever MHD is done with a request. If the | 273 | * Function called whenever MHD is done with a request. If the |
275 | * request was a POST, we may have stored a `struct Buffer *` in the | 274 | * request was a POST, we may have stored a `struct Buffer *` in the |
@@ -980,4 +979,5 @@ main (int argc, | |||
980 | return (GNUNET_SYSERR == ret) ? 1 : 0; | 979 | return (GNUNET_SYSERR == ret) ? 1 : 0; |
981 | } | 980 | } |
982 | 981 | ||
982 | |||
983 | /* end of taler-auditor-httpd.c */ | 983 | /* end of taler-auditor-httpd.c */ |