diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1997-09-14 20:39:33 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1997-09-14 20:39:33 +0000 |
| commit | 9edfd19475f9c6331a51d12798d6b6bf0cf7786b (patch) | |
| tree | b179936438b5cddb6439edbe1f799a4d86333935 /usr.bin/apply | |
| parent | 5b4377ec86aed9dc72ed294a870b38ff1bfb5310 (diff) | |
Notes
Diffstat (limited to 'usr.bin/apply')
| -rw-r--r-- | usr.bin/apply/apply.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/apply/apply.c b/usr.bin/apply/apply.c index 27406bda94d4..78e90627e1f3 100644 --- a/usr.bin/apply/apply.c +++ b/usr.bin/apply/apply.c @@ -63,7 +63,7 @@ main(argc, argv) debug = 0; magic = '%'; /* Default magic char is `%'. */ nargs = -1; - while ((ch = getopt(argc, argv, "a:d0123456789")) != -1) + while ((ch = getopt(argc, argv, "a:d0123456789")) != -1) switch (ch) { case 'a': if (optarg[1] != '\0') |
