diff options
Diffstat (limited to 'procps/nmeter.c')
-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 be03932..48a5b4e 100644 --- a/procps/nmeter.c +++ b/procps/nmeter.c @@ -152,7 +152,7 @@ static const char* get_file(proc_file *pf) return pf->file; } -static inline ullong read_after_slash(const char *p) +static ullong read_after_slash(const char *p) { p = strchr(p, '/'); if (!p) return 0; |