From 52fae6a830ab7bd89b07bea7db6af94d7f8880be Mon Sep 17 00:00:00 2001
From: Cedric Roux <cedric.roux@eurecom.fr>
Date: Thu, 12 May 2016 15:18:35 +0200
Subject: [PATCH] minor "typo"

---
 common/utils/T/tracer/gui/gui.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/common/utils/T/tracer/gui/gui.h b/common/utils/T/tracer/gui/gui.h
index 18f4ce3bfc..ab4bf503f4 100644
--- a/common/utils/T/tracer/gui/gui.h
+++ b/common/utils/T/tracer/gui/gui.h
@@ -25,7 +25,7 @@ widget *new_positioner(gui *gui);
 widget *new_label(gui *gui, const char *text);
 widget *new_xy_plot(gui *gui, int width, int height, char *label,
     int vruler_width);
-widget *new_textlist(gui *_gui, int width, int nlines, int background_color);
+widget *new_textlist(gui *gui, int width, int nlines, int background_color);
 
 void label_set_clickable(gui *gui, widget *label, int clickable);
 
-- 
GitLab