aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/firemon/firemon.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/firemon/firemon.c b/src/firemon/firemon.c
index 3a35e98ce..99ce179a8 100644
--- a/src/firemon/firemon.c
+++ b/src/firemon/firemon.c
@@ -233,7 +233,7 @@ int main(int argc, char **argv) {
233 return 0; 233 return 0;
234 } 234 }
235 if (arg_tree) { 235 if (arg_tree) {
236 tree(0); 236 tree(pid);
237 return 0; 237 return 0;
238 } 238 }
239 239