1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2024-09-27 22:58:24 +00:00

fix warning

This commit is contained in:
Carles Fernandez 2014-11-09 21:03:29 +01:00
parent 98212ea1fe
commit e4bc947a80

View File

@ -216,7 +216,7 @@ int main(int argc, char *argv[])
std::cout << "Error opening file " << config_path << std::endl;
}
config << "#this file is generated by volk_gnsssdr_profile.\n\ #the function name is followed by the preferred architecture.\n\";
config << " # this file is generated by volk_gnsssdr_profile.\n # the function name is followed by the preferred architecture.\n";
BOOST_FOREACH(volk_gnsssdr_test_results_t result, results)
{