aboutsummaryrefslogtreecommitdiff
path: root/src/auditor/report-lib.c
diff options
context:
space:
mode:
authorChristian Grothoff <grothoff@gnunet.org>2024-08-01 21:05:28 +0200
committerChristian Grothoff <grothoff@gnunet.org>2024-08-01 21:05:28 +0200
commita33307ffc8351172fcdbddbd65fd255109719b5e (patch)
treeb178e50a4c83e9cddda9f22200dc5da1322d5699 /src/auditor/report-lib.c
parent56f114995ab90c23b72900d9209510bebd707809 (diff)
doxygen fixes
Diffstat (limited to 'src/auditor/report-lib.c')
-rw-r--r--src/auditor/report-lib.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/auditor/report-lib.c b/src/auditor/report-lib.c
index 773f11415..f5aa05230 100644
--- a/src/auditor/report-lib.c
+++ b/src/auditor/report-lib.c
@@ -316,7 +316,8 @@ transact (TALER_ARL_Analysis analysis,
else
{
GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
- "Processing failed (or no changes), rolling back transaction\n");
+ "Processing failed (or no changes), rolling back transaction\n")
+ ;
TALER_ARL_adb->rollback (TALER_ARL_adb->cls);
TALER_ARL_edb->rollback (TALER_ARL_edb->cls);
}