diff --git a/bin/frostForecast/frost.cpp b/bin/frostForecast/frost.cpp index 8bc90f95..30fd150c 100644 --- a/bin/frostForecast/frost.cpp +++ b/bin/frostForecast/frost.cpp @@ -490,7 +490,7 @@ int Frost::createCsvFile(QString id) logger.writeInfo("Output file: " + outputCsvFileName); } - QString header = "dateTime,TAVG,FORECAST,FORECAST_MIN, FORECAST_MAX"; + QString header = "dateTime,TAVG,FORECAST,FORECAST_MIN,FORECAST_MAX"; QTextStream out(&outputFile); out << header << "\n"; for (int i = 0; i