diff options
author | Steph Fox <sfox@php.net> | 2008-06-22 13:10:03 +0000 |
---|---|---|
committer | Steph Fox <sfox@php.net> | 2008-06-22 13:10:03 +0000 |
commit | 332a185e0872ebfa00c5575fff93cbab49a21a55 (patch) | |
tree | ca7b0f5e6aa290b4742c41ebe28656ee0e515981 /ext/phar/util.c | |
parent | 43e8a59ac7b8916b83d911578f5495aebc479f4b (diff) | |
download | php-git-332a185e0872ebfa00c5575fff93cbab49a21a55.tar.gz |
- ws, typo fix
Diffstat (limited to 'ext/phar/util.c')
-rw-r--r-- | ext/phar/util.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/phar/util.c b/ext/phar/util.c index 2f9e9e3df1..4ea546097a 100644 --- a/ext/phar/util.c +++ b/ext/phar/util.c @@ -356,7 +356,7 @@ splitted: return ret; } } else { - if (zend_hash_exists(&(phar)->manifest), test, try_len)) { + if (zend_hash_exists(&(phar->manifest), test, try_len)) { spprintf(&ret, 0, "phar://%s/%s", arch, test); efree(arch); efree(test); |