From 0d0756c0c9773291c570d0d0f46932b52fe7b853 Mon Sep 17 00:00:00 2001 From: Cedric Roux <cedric.roux@eurecom.fr> Date: Tue, 3 May 2016 16:33:50 +0200 Subject: [PATCH] typo --- common/utils/T/tracer/gui/text_list.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/utils/T/tracer/gui/text_list.c b/common/utils/T/tracer/gui/text_list.c index c37aa774d3..9efdedd2a9 100644 --- a/common/utils/T/tracer/gui/text_list.c +++ b/common/utils/T/tracer/gui/text_list.c @@ -48,7 +48,7 @@ static void button(gui *_g, widget *_this, int x, int y, int button, int up) { struct gui *g = _g; struct text_list_widget *this = _this; - LOGD("BUTTON test_list %p xy %d %d button %d up %d\n", _this, x, y, button, up); + LOGD("BUTTON text_list %p xy %d %d button %d up %d\n", _this, x, y, button, up); /* scroll up */ if (button == 4 && up == 0) { gui_notify(g, "scrollup", _this, NULL); -- GitLab