fixed minor cvs format issue
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 @@
 		fprintf(reportout.http_report, "<tr class=\"system_even\"><td>System Name</td><td>%s %s %s</td></tr>\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();