aboutsummaryrefslogtreecommitdiffstats
path: root/trace-graph.c
diff options
context:
space:
mode:
Diffstat (limited to 'trace-graph.c')
-rw-r--r--trace-graph.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/trace-graph.c b/trace-graph.c
index f94ad50..2cf7a95 100644
--- a/trace-graph.c
+++ b/trace-graph.c
@@ -76,7 +76,7 @@ static int convert_time_to_x(struct graph_info *ginfo, guint64 time)
76 return 0; 76 return 0;
77 return (time - ginfo->view_start_time) * ginfo->resolution; 77 return (time - ginfo->view_start_time) * ginfo->resolution;
78} 78}
79r 79
80static guint64 convert_x_to_time(struct graph_info *ginfo, gint x) 80static guint64 convert_x_to_time(struct graph_info *ginfo, gint x)
81{ 81{
82 double d = x; 82 double d = x;