summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris E Ferron <chris.e.ferron@linux.intel.com>2012-09-12 09:06:53 -0700
committerChris E Ferron <chris.e.ferron@linux.intel.com>2012-09-12 09:06:53 -0700
commit92d0e9a68bdc4c77c9414f00c530f28c98d23cdb (patch)
tree85eeb0ebafccecec16bf25964cd9c73b6dcd2282
parent095afc06ee821f2523031a0ffeacdfb34ffe2eb7 (diff)
fixed minor cvs format issue
-rw-r--r--src/report.cpp2
1 files changed, 1 insertions, 1 deletions
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, "<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();