From 82614b1ab1f227fa87ae6b56fd44b97fce58c6a5 Mon Sep 17 00:00:00 2001 From: Francois Fleuret Date: Fri, 7 Sep 2012 11:53:10 +0200 Subject: [PATCH] Cosmetics. --- mtp_example.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mtp_example.cc b/mtp_example.cc index ac67200..c1f6778 100644 --- a/mtp_example.cc +++ b/mtp_example.cc @@ -146,7 +146,7 @@ int main(int argc, char **argv) { << " starting at " << tracker->trajectory_entrance_time(t) << ", duration " << tracker->trajectory_duration(t) << ", score " << tracker->trajectory_score(t) - << ", through locations "; + << ", through locations"; for(int u = 0; u < tracker->trajectory_duration(t); u++) { cout << " " << tracker->trajectory_location(t, u); } -- 2.20.1