summaryrefslogtreecommitdiffstats
path: root/usr.bin/what/what.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/what/what.c')
-rw-r--r--usr.bin/what/what.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/what/what.c b/usr.bin/what/what.c
index 769f6d5..ee90cee 100644
--- a/usr.bin/what/what.c
+++ b/usr.bin/what/what.c
@@ -51,7 +51,7 @@ main(argc, argv)
int argc;
char **argv;
{
- if (!*++argv)
+ if (!*++argv)
search();
else do {
if (!freopen(*argv, "r", stdin)) {
OpenPOWER on IntegriCloud