summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--usr.bin/sudo/visudo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/sudo/visudo.c b/usr.bin/sudo/visudo.c
index 22ff892e3cd..4117615b137 100644
--- a/usr.bin/sudo/visudo.c
+++ b/usr.bin/sudo/visudo.c
@@ -308,7 +308,7 @@ main(argc, argv)
*/
if (parse_error == TRUE) {
switch (whatnow()) {
- case 'q' : parse_error = FALSE; /* ignore parse error */
+ case 'Q' : parse_error = FALSE; /* ignore parse error */
break;
case 'x' : Exit(0);
break;