summaryrefslogtreecommitdiff
path: root/graph_gui.c
diff options
context:
space:
mode:
Diffstat (limited to 'graph_gui.c')
-rw-r--r--graph_gui.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/graph_gui.c b/graph_gui.c
index 7c82ad708..fdd6a1ee5 100644
--- a/graph_gui.c
+++ b/graph_gui.c
@@ -40,7 +40,7 @@ static void DrawGraph(GraphDrawer *gw)
{
int i,j,k;
- int x,y,old_x,old_y;
+ uint x,y,old_x,old_y;
int color;
int right, bottom;
int num_x, num_dataset;