From 8aae36aecb9e9ac185a7a904d02a5955d0302c8e Mon Sep 17 00:00:00 2001 From: Wez Furlong Date: Sat, 28 Sep 2002 13:04:47 +0000 Subject: [PATCH] Add missing folding marker. --- ext/standard/file.c | 1 + 1 file changed, 1 insertion(+) diff --git a/ext/standard/file.c b/ext/standard/file.c index 419cab56dd..f7d8ef5902 100644 --- a/ext/standard/file.c +++ b/ext/standard/file.c @@ -761,6 +761,7 @@ PHP_FUNCTION(stream_select) RETURN_LONG(retval); } +/* }}} */ /* {{{ stream_context related functions */ -- 2.50.1