diff options
author | Christian Grothoff <christian@grothoff.org> | 2021-07-18 21:30:19 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2021-07-18 21:30:19 +0200 |
commit | 195a6b6b3d706927617dbd08aec67caf3eb56c07 (patch) | |
tree | 071d91941914f4f7ad102f6b889102b3d72160f3 /src/bank-lib | |
parent | 7cec9705ea518343ca64ec14ec0d61cbda1bee3b (diff) |
-doxygen, again
Diffstat (limited to 'src/bank-lib')
-rw-r--r-- | src/bank-lib/fakebank.c | 2 |
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. |