From 381451548ae4ae854cd754feccf536e3787b1f0e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antonio=20Ca=C3=B1as=20Vargas?= Date: Sun, 9 Oct 2016 01:05:45 +0200 Subject: [PATCH] Version 16.17.16 --- swad_report.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/swad_report.c b/swad_report.c index 906ae0467..17d326dbc 100644 --- a/swad_report.c +++ b/swad_report.c @@ -661,7 +661,7 @@ static void Rep_WriteSectionUsrFigures (const struct Rep_Report *Report) fprintf (Gbl.F.Rep,"%ld %s", Report->UsrFigures.NumFileViews, (Report->UsrFigures.NumFileViews == 1) ? Txt_download : - Txt_downloads); + Txt_downloads); if (Report->UsrFigures.NumDays > 0) { fprintf (Gbl.F.Rep," ("); @@ -682,7 +682,7 @@ static void Rep_WriteSectionUsrFigures (const struct Rep_Report *Report) fprintf (Gbl.F.Rep,"%ld %s", Report->UsrFigures.NumForPst, (Report->UsrFigures.NumForPst == 1) ? Txt_post : - Txt_posts); + Txt_posts); if (Report->UsrFigures.NumDays > 0) { fprintf (Gbl.F.Rep," (");