summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXinchen Hui <laruence@php.net>2015-03-04 12:10:23 +0800
committerXinchen Hui <laruence@php.net>2015-03-04 12:10:23 +0800
commitfffd173b7ad6fb4d5977b000d1820537511cdd53 (patch)
tree23fb306e95e85ef66d2d68aacd00da95bba37a4b
parenta6ba7966de04747fc25228e7954146a485c6e402 (diff)
downloadphp-git-fffd173b7ad6fb4d5977b000d1820537511cdd53.tar.gz
indent
-rw-r--r--ext/bz2/bz2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/bz2/bz2.c b/ext/bz2/bz2.c
index c463a68e84..e4b283e78a 100644
--- a/ext/bz2/bz2.c
+++ b/ext/bz2/bz2.c
@@ -270,7 +270,7 @@ PHP_BZ2_API php_stream *_php_stream_bz2open(php_stream_wrapper *wrapper,
}
#ifdef VIRTUAL_DIR
- efree(path_copy);
+ efree(path_copy);
#endif
if (bz_file == NULL) {