diff options
Diffstat (limited to 'libbb/procps.c')
-rw-r--r-- | libbb/procps.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbb/procps.c b/libbb/procps.c index 017710ff4..a799bf927 100644 --- a/libbb/procps.c +++ b/libbb/procps.c | |||
@@ -141,7 +141,7 @@ procps_status_t* procps_scan(procps_status_t* sp, int flags) | |||
141 | sp->uid = sb.st_uid; | 141 | sp->uid = sb.st_uid; |
142 | sp->gid = sb.st_gid; | 142 | sp->gid = sb.st_gid; |
143 | } | 143 | } |
144 | 144 | ||
145 | if (flags & PSSCAN_STAT) { | 145 | if (flags & PSSCAN_STAT) { |
146 | char *cp; | 146 | char *cp; |
147 | /* see proc(5) for some details on this */ | 147 | /* see proc(5) for some details on this */ |