aboutsummaryrefslogtreecommitdiff
path: root/src/util.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/util.c')
-rw-r--r--src/util.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/util.c b/src/util.c
index f254202..3493366 100644
--- a/src/util.c
+++ b/src/util.c
@@ -98,8 +98,9 @@ vgetyn (const char *prompt, va_list ap)
98 default: 98 default:
99 fprintf (stdout, "%s\n", _("Please, reply 'y' or 'n'")); 99 fprintf (stdout, "%s\n", _("Please, reply 'y' or 'n'"));
100 } 100 }
101 state = 0; 101 /* fall through */
102 } else 102 }
103 else
103 break; 104 break;
104 105
105 case 0: 106 case 0:

Return to:

Send suggestions and report system problems to the System administrator.