]> granicus.if.org Git - php/commitdiff
WS
authorfoobar <sniper@php.net>
Fri, 6 Jun 2003 08:10:02 +0000 (08:10 +0000)
committerfoobar <sniper@php.net>
Fri, 6 Jun 2003 08:10:02 +0000 (08:10 +0000)
ext/standard/file.c

index e552cb7758574a60b2512b9dbbe51ac96d506e8b..51965cba48a912081627e16136750250b1dcbedb 100644 (file)
@@ -1920,10 +1920,10 @@ php_meta_tags_token php_next_meta_token(php_meta_tags_data *md TSRMLS_DC)
                                return TOK_EQUAL;
                                break;
                        case '/':
-                               return TOK_SLASH;
+                               return TOK_SLASH;
                                break;
 
-                       case '\'':
+                       case '\'':
                        case '"':
                                compliment = ch;
                                md->token_len = 0;