]> granicus.if.org Git - php/commitdiff
- Fix comment
authorJani Taskinen <jani@php.net>
Sun, 3 Aug 2008 12:03:02 +0000 (12:03 +0000)
committerJani Taskinen <jani@php.net>
Sun, 3 Aug 2008 12:03:02 +0000 (12:03 +0000)
ext/standard/var.c

index f5be6994c67012e35ea905016e5db17a88867ebf..aa9e8fc8e554735fa1edae304fd79f78eccc8493 100644 (file)
@@ -569,7 +569,7 @@ static void php_unicode_export(UChar *ustr, int ustr_len TSRMLS_DC) /* {{{ */
                                break;
                }
        }
-       if (state == 1) { // if we are in double quotes, go back to single */
+       if (state == 1) { /* if we are in double quotes, go back to single */
                PHPWRITE("\" . '", 5);
        }
 }