diff options
Diffstat (limited to 'src/auditor/report-lib.c')
-rw-r--r-- | src/auditor/report-lib.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/auditor/report-lib.c b/src/auditor/report-lib.c index 48483bde8..0cecf2e01 100644 --- a/src/auditor/report-lib.c +++ b/src/auditor/report-lib.c @@ -583,7 +583,7 @@ TALER_ARL_amount_subtract_ (struct TALER_Amount *diff, * @param filename where is the addition called * @param functionname name of the function where the addition is called * @param line line number of the addition - * @return #TALER_ARL_SR_NEGATIVE if the result was negative (and @a diff is now invalid), + * @return #TALER_ARL_SR_INVALID_NEGATIVE if the result was negative (and @a diff is now invalid), * #TALER_ARL_SR_ZERO if the result was zero, * #TALER_ARL_SR_POSITIVE if the result is positive */ |