aboutsummaryrefslogtreecommitdiff
path: root/src/exchange/taler-exchange-httpd.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/exchange/taler-exchange-httpd.c')
-rw-r--r--src/exchange/taler-exchange-httpd.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/exchange/taler-exchange-httpd.c b/src/exchange/taler-exchange-httpd.c
index bdb213a87..af38a605a 100644
--- a/src/exchange/taler-exchange-httpd.c
+++ b/src/exchange/taler-exchange-httpd.c
@@ -839,6 +839,7 @@ connection_done (void *cls,
839 "kill"); 839 "kill");
840} 840}
841 841
842
842/* end of HAVE_DEVELOPER */ 843/* end of HAVE_DEVELOPER */
843#endif 844#endif
844 845
@@ -1026,7 +1027,6 @@ write_stats ()
1026} 1027}
1027 1028
1028 1029
1029
1030/** 1030/**
1031 * The main function of the taler-exchange-httpd server ("the exchange"). 1031 * The main function of the taler-exchange-httpd server ("the exchange").
1032 * 1032 *
@@ -1261,4 +1261,5 @@ main (int argc,
1261 return (GNUNET_SYSERR == ret) ? 1 : 0; 1261 return (GNUNET_SYSERR == ret) ? 1 : 0;
1262} 1262}
1263 1263
1264
1264/* end of taler-exchange-httpd.c */ 1265/* end of taler-exchange-httpd.c */