aboutsummaryrefslogtreecommitdiff
path: root/src/report.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/report.c')
-rw-r--r--src/report.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/report.c b/src/report.c
index 929bfff..0e87ac9 100644
--- a/src/report.c
+++ b/src/report.c
@@ -50,5 +50,5 @@ void
50report_finish () 50report_finish ()
51{ 51{
52 txtacc_1grow (report_acc, 0); 52 txtacc_1grow (report_acc, 0);
53 report_string = txtacc_finish (report_acc); 53 report_string = txtacc_finish (report_acc, 0);
54} 54}

Return to:

Send suggestions and report system problems to the System administrator.