Code

remove a little quirk i introduced by mistake
authorAntoine Beaupré <anarcat@koumbit.org>
Tue, 3 Dec 2013 03:29:53 +0000 (22:29 -0500)
committerAntoine Beaupré <anarcat@koumbit.org>
Tue, 3 Dec 2013 03:29:56 +0000 (22:29 -0500)
this was breaking the border

src/oping.c

index 7fcbb25aab20ea3c05b5e1df407232aa6a7baa38..ddf03e5824ccdb65f5e34ace5c2a37825233ab1b 100644 (file)
@@ -645,7 +645,7 @@ static int update_stats_from_context (ping_context_t *ctx, pingobj_iter_t *iter)
                deviation = context_get_stddev (ctx);
                        
                mvwprintw (ctx->window, /* y = */ 2, /* x = */ 2,
-                               "rtt min/avg/max/sdev = %.3f/%.3f/%.3f/%.3f ms\n",
+                               "rtt min/avg/max/sdev = %.3f/%.3f/%.3f/%.3f ms",
                                ctx->latency_min,
                                average,
                                ctx->latency_max,