diff options
Diffstat (limited to 'procps')
-rw-r--r-- | procps/pstree.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/procps/pstree.c b/procps/pstree.c index ddf5dba59..4cd8cb458 100644 --- a/procps/pstree.c +++ b/procps/pstree.c | |||
@@ -76,7 +76,7 @@ struct globals { | |||
76 | }; | 76 | }; |
77 | #define G (*ptr_to_globals) | 77 | #define G (*ptr_to_globals) |
78 | #define INIT_G() do { \ | 78 | #define INIT_G() do { \ |
79 | SET_PTR_TO_GLOBALS(xzalloc(sizeof(G))); \ | 79 | SET_PTR_TO_GLOBALS(xzalloc(sizeof(G))); \ |
80 | } while (0) | 80 | } while (0) |
81 | 81 | ||
82 | 82 | ||