From: Jani Taskinen Date: Sun, 3 Aug 2008 12:03:02 +0000 (+0000) Subject: - Fix comment X-Git-Tag: BEFORE_HEAD_NS_CHANGE~893 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6928f2e279c99256baab5515a67431e600a68b29;p=php - Fix comment --- diff --git a/ext/standard/var.c b/ext/standard/var.c index f5be6994c6..aa9e8fc8e5 100644 --- a/ext/standard/var.c +++ b/ext/standard/var.c @@ -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); } }