summaryrefslogtreecommitdiff
path: root/src/uniq.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/uniq.c')
-rw-r--r--src/uniq.c4
1 files changed, 2 insertions, 2 deletions
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 ();
}