From 862586e37651a647391ea32a02cb4eba31cd3420 Mon Sep 17 00:00:00 2001 From: Wez Furlong Date: Tue, 18 Mar 2003 14:35:15 +0000 Subject: [PATCH] CS fixes --- ext/standard/file.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ext/standard/file.c b/ext/standard/file.c index 8054554836..138b723fd4 100644 --- a/ext/standard/file.c +++ b/ext/standard/file.c @@ -486,6 +486,7 @@ PHP_FUNCTION(file_set_contents) RETURN_TRUE; } +/* }}} */ /* {{{ proto array file(string filename [, int flags]) Read entire file into an array */ @@ -546,7 +547,7 @@ PHP_FUNCTION(file) if (include_new_line) { do { p++; - parse_eol: +parse_eol: if (PG(magic_quotes_runtime)) { /* s is in target_buf which is freed at the end of the function */ slashed = php_addslashes(s, (p-s), &len, 0 TSRMLS_CC); -- 2.40.0