diff options
author | Christian Grothoff <christian@grothoff.org> | 2024-02-08 00:27:29 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2024-02-08 00:27:29 +0100 |
commit | 82c39b7dd858e0271846ee5e0f8386a44d9a6131 (patch) | |
tree | d9f7e8915ca650f2ce2327f7b54d0014d242b386 /src/auditordb | |
parent | 9eeccf18a55705f67c79f536c9e4af1825d2eaac (diff) |
-doxygen fixes
Diffstat (limited to 'src/auditordb')
-rw-r--r-- | src/auditordb/pg_update_balance.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/auditordb/pg_update_balance.h b/src/auditordb/pg_update_balance.h index 6a4ee04b5..8f83726f5 100644 --- a/src/auditordb/pg_update_balance.h +++ b/src/auditordb/pg_update_balance.h @@ -32,7 +32,7 @@ * * @param cls the @e cls of this struct with the plugin-specific state * @param balance_key key of the balance to store - * @param balance_value value to store + * @param balance_amount value to store * @param ... NULL terminated list of additional key-value pairs to update * @return transaction status code */ |