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=75880e086205e4ca51825241ef9ad36376e56f2b;hpb=940deae2a95dd34c455bdfa2cfb9925a1d226d45 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; }