diff --git a/Applications/util/less.c b/Applications/util/less.c index fb1d1437e5..e695ef0d25 100644 --- a/Applications/util/less.c +++ b/Applications/util/less.c @@ -450,7 +450,6 @@ int main(int argc, char *argv[]) { switch (ch) { case 'q': /* Quit the pager */ - case EOF: looping = 0; break; case 'f': /* Move down a screen */