From e80c939e0ac58b40dcdbab35b9fd6d64b8a79b96 Mon Sep 17 00:00:00 2001 From: pabs Date: Wed, 22 Aug 2007 22:44:36 -0400 Subject: Remove extra paren. --- zipstream.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zipstream.php b/zipstream.php index fd307bb..8150f20 100644 --- a/zipstream.php +++ b/zipstream.php @@ -201,7 +201,7 @@ class ZipStream { array_unshift($args, $fmt); # build output string from header and compressed data - return call_user_func('pack', $args)); + return call_user_func('pack', $args); } }; -- cgit v1.2.3