diff options
author | Christian Grothoff <christian@grothoff.org> | 2020-01-19 19:44:29 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2020-01-19 19:44:29 +0100 |
commit | e4cfa3d640ab6e73ed9ad381e841c0e17e458712 (patch) | |
tree | 86b12deb7cd60a0f2ec0709a7496645f34bbe751 /src/util/amount.c | |
parent | 5da9cfc51c0ceae3e944a0c35f994cadd745911a (diff) |
annotate
Diffstat (limited to 'src/util/amount.c')
-rw-r--r-- | src/util/amount.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/amount.c b/src/util/amount.c index 0092c014e..c1142b077 100644 --- a/src/util/amount.c +++ b/src/util/amount.c @@ -38,7 +38,7 @@ /** * Set @a a to "invalid". * - * @param a amount to set to invalid + * @param[out] a amount to set to invalid */ static void invalidate (struct TALER_Amount *a) |