From 92d0e9a68bdc4c77c9414f00c530f28c98d23cdb Mon Sep 17 00:00:00 2001 From: Chris E Ferron Date: Wed, 12 Sep 2012 09:06:53 -0700 Subject: fixed minor cvs format issue --- src/report.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/report.cpp b/src/report.cpp index fcb2e22..6776b30 100644 --- a/src/report.cpp +++ b/src/report.cpp @@ -144,7 +144,7 @@ static void system_info(void) fprintf(reportout.http_report, "System Name%s %s %s\n", str.c_str(), str2.c_str(), str3.c_str()); else - fprintf(reportout.csv_report,"System Name:,\"%s %s %s,\" \n", + fprintf(reportout.csv_report,"System Name:,\"%s %s %s\", \n", str.c_str(), str2.c_str(), str3.c_str()); str = cpu_model(); -- cgit v1.2.3