Fixed typo in output

This commit is contained in:
DennisOSRM 2011-12-01 13:00:09 +01:00
parent 9d22fca5e7
commit fb661ab6f6

View File

@ -83,7 +83,7 @@ int main (int argc, char *argv[]) {
}
omp_set_num_threads(numberOfThreads);
INFO("preprocessing data from input file " << argv[1] << " using STL"
INFO("preprocessing data from input file " << argv[1] << " using STL "
#ifdef _GLIBCXX_PARALLEL
"parallel (GCC)"
#else