diff options
Diffstat (limited to 'procps')
-rw-r--r-- | procps/nmeter.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/procps/nmeter.c b/procps/nmeter.c index be039320b..48a5b4e26 100644 --- a/procps/nmeter.c +++ b/procps/nmeter.c | |||
@@ -152,7 +152,7 @@ static const char* get_file(proc_file *pf) | |||
152 | return pf->file; | 152 | return pf->file; |
153 | } | 153 | } |
154 | 154 | ||
155 | static inline ullong read_after_slash(const char *p) | 155 | static ullong read_after_slash(const char *p) |
156 | { | 156 | { |
157 | p = strchr(p, '/'); | 157 | p = strchr(p, '/'); |
158 | if (!p) return 0; | 158 | if (!p) return 0; |