diff options
author | Oleksandr Tymoshenko <gonzo@FreeBSD.org> | 2019-01-20 19:55:54 +0000 |
---|---|---|
committer | Oleksandr Tymoshenko <gonzo@FreeBSD.org> | 2019-01-20 19:55:54 +0000 |
commit | e457729f18f26a949f464f58bb905c5878740125 (patch) | |
tree | 93b7454c70baa6ba5f4a9cd8b13f3611b858408f /usr.bin | |
parent | 13fe9f7f820d43400912b56aa6745a2b8007a514 (diff) | |
download | src-e457729f18f26a949f464f58bb905c5878740125.tar.gz src-e457729f18f26a949f464f58bb905c5878740125.zip |
Notes
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/systat/devs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/systat/devs.c b/usr.bin/systat/devs.c index e1c12eacbe74..c802a843eb2c 100644 --- a/usr.bin/systat/devs.c +++ b/usr.bin/systat/devs.c @@ -195,7 +195,7 @@ dsmatchselect(const char *args, devstat_select_mode select_mode, int maxshowdevs if (!args) { warnx("dsmatchselect: no arguments"); - return(0); + return(1); } /* |