summaryrefslogtreecommitdiff
path: root/src/backend/taler-merchant-httpd_proposal.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2017-06-04 23:07:57 +0200
committerChristian Grothoff <christian@grothoff.org>2017-06-04 23:07:57 +0200
commitbfd145a56ca687f0ede011a5258129d8be839742 (patch)
tree1ad15834f06584b08995eecb437aea72e1628f1e /src/backend/taler-merchant-httpd_proposal.c
parent979e9d380d6169034f9f426a3b2b050ac4907200 (diff)
downloadmerchant-bfd145a56ca687f0ede011a5258129d8be839742.tar.gz
merchant-bfd145a56ca687f0ede011a5258129d8be839742.tar.bz2
merchant-bfd145a56ca687f0ede011a5258129d8be839742.zip
fix more leaks
Diffstat (limited to 'src/backend/taler-merchant-httpd_proposal.c')
-rw-r--r--src/backend/taler-merchant-httpd_proposal.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/backend/taler-merchant-httpd_proposal.c b/src/backend/taler-merchant-httpd_proposal.c
index e2332efc..a4311795 100644
--- a/src/backend/taler-merchant-httpd_proposal.c
+++ b/src/backend/taler-merchant-httpd_proposal.c
@@ -1,6 +1,6 @@
/*
This file is part of TALER
- (C) 2014, 2015, 2016 INRIA
+ (C) 2014, 2015, 2016, 2017 INRIA
TALER is free software; you can redistribute it and/or modify it under the
terms of the GNU Affero General Public License as published by the Free Software
@@ -14,7 +14,7 @@
TALER; see the file COPYING. If not, see <http://www.gnu.org/licenses/>
*/
/**
- * @file backend/taler-merchant-httpd_propose.c
+ * @file backend/taler-merchant-httpd_proposal.c
* @brief HTTP serving layer mainly intended to communicate with the frontend
* @author Marcello Stanisci
*/
@@ -455,4 +455,4 @@ MH_handler_proposal_lookup (struct TMH_RequestHandler *rh,
}
-/* end of taler-merchant-httpd_contract.c */
+/* end of taler-merchant-httpd_proposal.c */