From: Wez Furlong Date: Thu, 13 Feb 2003 11:12:56 +0000 (+0000) Subject: Whitespace-fix these goto labels. X-Git-Tag: RELEASE_0_5~1058 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=068c90bd1d2c82fcc52645e5309e1d970448e6ed;p=php Whitespace-fix these goto labels. --- diff --git a/main/streams.c b/main/streams.c index 5413bc8f79..6ef7d1cc6f 100755 --- a/main/streams.c +++ b/main/streams.c @@ -1663,7 +1663,7 @@ PHPAPI php_stream *_php_stream_fopen_with_path(char *filename, char *mode, char * safe mode GID/UID checks */ - not_relative_path: +not_relative_path: /* Absolute path open */ if (IS_ABSOLUTE_PATH(filename, filename_length)) { @@ -1775,7 +1775,7 @@ PHPAPI php_stream *_php_stream_fopen_with_path(char *filename, char *mode, char } stream = php_stream_fopen_rel(trypath, mode, opened_path, options); if (stream) { - stream_done: +stream_done: efree(pathbuf); return stream; }