diff options
| -rw-r--r-- | usr/src/cmd/pr/pr.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr/src/cmd/pr/pr.c b/usr/src/cmd/pr/pr.c index 467245e986..c16620edb8 100644 --- a/usr/src/cmd/pr/pr.c +++ b/usr/src/cmd/pr/pr.c @@ -39,8 +39,6 @@ * contributors. */ -#pragma ident "%Z%%M% %I% %E% SMI" - /* * PR command (print files in pages and columns, with headings) * 2+head+2+page[56]+5 @@ -1054,6 +1052,7 @@ readbuf(wchar_t **s, int lincol, COLP p) move = (move < width-chars) ? move : width-chars; chars += move; + /* FALLTHROUGH */ default: if (isascii(**s)) { |
