diff options
Diffstat (limited to 'trace-graph.c')
-rw-r--r-- | trace-graph.c | 2 |
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 | } |
79 | r | 79 | |
80 | static guint64 convert_x_to_time(struct graph_info *ginfo, gint x) | 80 | static guint64 convert_x_to_time(struct graph_info *ginfo, gint x) |
81 | { | 81 | { |
82 | double d = x; | 82 | double d = x; |