From df1e389479d422ebf9eb7a08ef3d60238776e9c9 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Thu, 21 Oct 1993 17:19:34 +0000 Subject: merge with 1.8c --- src/uniq.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/uniq.c') diff --git a/src/uniq.c b/src/uniq.c index 501735654..9323397ba 100644 --- a/src/uniq.c +++ b/src/uniq.c @@ -143,11 +143,11 @@ main (argc, argv) case 'u': mode = output_unique; break; - + case 'w': check_chars = atoi (optarg); break; - + default: usage (); } -- cgit v1.2.3-54-g00ecf