kill a stray semicolon which made that the "-p <cmd>" option in

POSIX mode didn't work as expected
This commit is contained in:
drochner 2009-11-16 19:40:17 +00:00
parent 978f600106
commit 51f9e504fe
1 changed files with 1 additions and 1 deletions

View File

@ -267,7 +267,7 @@ opt_p(type, s)
* In "more" mode, the -p argument is a command,
* not a search string, so we don't need a slash.
*/
if (!less_is_more);
if (!less_is_more)
ungetsc("/");
break;
}