aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--trace-graph.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/trace-graph.c b/trace-graph.c
index 033229e..cdf84e8 100644
--- a/trace-graph.c
+++ b/trace-graph.c
@@ -936,7 +936,7 @@ int trace_graph_check_sched_switch(struct graph_info *ginfo,
936 strdup(*comm), *pid); 936 strdup(*comm), *pid);
937 } 937 }
938 938
939 return 0; 939 return ret;
940} 940}
941 941
942static void draw_plot_info(struct graph_info *ginfo, struct graph_plot *plot, 942static void draw_plot_info(struct graph_info *ginfo, struct graph_plot *plot,