]> git.deb.at Git - pkg/abook.git/blobdiff - options.c
- spelling fixes (Cedric Duval & co)
[pkg/abook.git] / options.c
index 8a0f7e9db71cccf22d879f29cac0d8bb537776cc..0783173a1293131c90d733ddef1effa28e07528d 100644 (file)
--- a/options.c
+++ b/options.c
@@ -189,10 +189,8 @@ opt_line_remove_comments(char *p)
        for(; *p; p++) {
                switch(*p) {
                        case '\"':
-                               if(!escape) {
+                               if(!escape)
                                        in_quote = !in_quote;
-                                       escape = FALSE;
-                               }
                                break;
                        case '\\':
                                escape = TRUE;