]> granicus.if.org Git - php/commitdiff
Some clean-ups
authorMoriyoshi Koizumi <moriyoshi@php.net>
Wed, 29 Oct 2003 22:25:57 +0000 (22:25 +0000)
committerMoriyoshi Koizumi <moriyoshi@php.net>
Wed, 29 Oct 2003 22:25:57 +0000 (22:25 +0000)
ext/standard/file.c

index 7226c162e703117b95a092d73db8f289e6765090..ffebc2fb4b5c63a9c568d77fb98b86ee6f8122b2 100644 (file)
@@ -1978,7 +1978,6 @@ PHP_FUNCTION(fgetcsv)
                                                                        state = 1;
                                                                } else if (*bptr == enclosure) {
                                                                        state = 2;
-                                                               } else {
                                                                }
                                                                bptr++;
                                                                break;
@@ -1998,7 +1997,6 @@ PHP_FUNCTION(fgetcsv)
                                                                tptr += (bptr - hunk_begin);
                                                                hunk_begin = bptr;
                                                                break;
-                                                               /* break is missing intentionally */
                                                        default:
                                                                bptr += inc_len;
                                                                break;