]> git.deb.at Git - pkg/abook.git/blobdiff - ui.c
- spelling fixes (Cedric Duval & co)
[pkg/abook.git] / ui.c
diff --git a/ui.c b/ui.c
index b58ec5965bca3739c75c37c05d5ac158598d8000..e899be6cd463517f2aa7fe3ae4272b50a4fc7269 100644 (file)
--- a/ui.c
+++ b/ui.c
@@ -261,11 +261,9 @@ statusline_ask_boolean(char *msg, int def)
 
        switch(tolower(getch())) {
                case 'n':
-               case 'N':
                        ret = FALSE;
                        break;
                case 'y':
-               case 'Y':
                        ret = TRUE;
                        break;
                default: