aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--trace-plot-task.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/trace-plot-task.c b/trace-plot-task.c
index 45a0a32..98a0301 100644
--- a/trace-plot-task.c
+++ b/trace-plot-task.c
@@ -58,6 +58,9 @@ static gboolean record_matches_pid(struct graph_info *ginfo,
58 } 58 }
59 } 59 }
60 60
61 if (*pid == match_pid)
62 return TRUE;
63
61 return FALSE; 64 return FALSE;
62} 65}
63 66