X-Git-Url: https://fleuret.org/cgi-bin/gitweb/gitweb.cgi?p=mtp.git;a=blobdiff_plain;f=mtp.cc;h=e749b671681b0c0c53a9fefe8817abcd05105a33;hp=d77bd620f7216d02470f851efad62be694fa6dd9;hb=22e800d663bb7a6b03ba6735fef54bf12c6cd2b5;hpb=23dae2d97cfbc14f63d3d2c9050d3d4f1ef7bd66 diff --git a/mtp.cc b/mtp.cc index d77bd62..e749b67 100644 --- a/mtp.cc +++ b/mtp.cc @@ -105,7 +105,7 @@ void do_tracking(istream *in_tracker) { gettimeofday(&start_time, 0); } tracker->build_graph(); - if(global.verbose) { + if(global.verbose) { gettimeofday(&end_time, 0); cout << "done (" << diff_in_second(&start_time, &end_time) << "s)." << endl; }