diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2022-10-03 23:10:42 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2022-11-11 18:18:53 +0000 |
| commit | cf668c16974c9e55503b409476eaede1b22c7fc7 (patch) | |
| tree | 36fcc8992460cbb4b19a63805af1c7cafa600e7b /usr.bin | |
| parent | f49af51ccb410b171a8572c05dd807cf68af61a1 (diff) | |
Diffstat (limited to 'usr.bin')
| -rw-r--r-- | usr.bin/tail/tail.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/tail/tail.c b/usr.bin/tail/tail.c index 2ed41586d9e9..8a65683bef7e 100644 --- a/usr.bin/tail/tail.c +++ b/usr.bin/tail/tail.c @@ -113,7 +113,7 @@ main(int argc, char *argv[]) case '+': \ if (off) \ off -= (units); \ - style = (forward); \ + style = (forward); \ break; \ case '-': \ off = -off; \ |
