summaryrefslogtreecommitdiff
path: root/src/bank-lib
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-07-18 21:30:19 +0200
committerChristian Grothoff <christian@grothoff.org>2021-07-18 21:30:19 +0200
commit195a6b6b3d706927617dbd08aec67caf3eb56c07 (patch)
tree071d91941914f4f7ad102f6b889102b3d72160f3 /src/bank-lib
parent7cec9705ea518343ca64ec14ec0d61cbda1bee3b (diff)
downloadexchange-195a6b6b3d706927617dbd08aec67caf3eb56c07.tar.gz
exchange-195a6b6b3d706927617dbd08aec67caf3eb56c07.tar.bz2
exchange-195a6b6b3d706927617dbd08aec67caf3eb56c07.zip
-doxygen, again
Diffstat (limited to 'src/bank-lib')
-rw-r--r--src/bank-lib/fakebank.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bank-lib/fakebank.c b/src/bank-lib/fakebank.c
index 2536216ab..fe9d48185 100644
--- a/src/bank-lib/fakebank.c
+++ b/src/bank-lib/fakebank.c
@@ -1291,7 +1291,7 @@ struct HistoryArgs
* Parse URL history arguments, of _both_ APIs:
* /history/incoming and /history/outgoing.
*
- * @param in h bank handle to work on
+ * @param h bank handle to work on
* @param connection MHD connection.
* @param[out] ha will contain the parsed values.
* @return #GNUNET_OK only if the parsing succeeds.