diff options
| author | Rodney W. Grimes <rgrimes@FreeBSD.org> | 1995-05-30 06:41:30 +0000 |
|---|---|---|
| committer | Rodney W. Grimes <rgrimes@FreeBSD.org> | 1995-05-30 06:41:30 +0000 |
| commit | 7799f52a32f592a7efe259bc3411ba52d13db797 (patch) | |
| tree | 350f6f98843363254f9afe467ae0c92d5a9d7f43 /usr.bin/error/main.c | |
| parent | 5ebc7e6281887681c3a348a5a4c902e262ccd656 (diff) | |
Notes
Diffstat (limited to 'usr.bin/error/main.c')
| -rw-r--r-- | usr.bin/error/main.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/error/main.c b/usr.bin/error/main.c index fe20c3774b992..0ba1be6f8b440 100644 --- a/usr.bin/error/main.c +++ b/usr.bin/error/main.c @@ -73,7 +73,7 @@ int errorsort(); void onintr(); /* * error [-I ignorename] [-n] [-q] [-t suffixlist] [-s] [-v] [infile] - * + * * -T: terse output * * -I: the following name, `ignorename' contains a list of @@ -155,7 +155,7 @@ main(argc, argv) ignorename = argv[1]; break; } - } + } if (notouch) suffixlist = 0; if (argc > 1){ |
