summaryrefslogtreecommitdiff
path: root/inc/Tar.class.php
diff options
context:
space:
mode:
Diffstat (limited to 'inc/Tar.class.php')
-rw-r--r--inc/Tar.class.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/Tar.class.php b/inc/Tar.class.php
index 05831df58..04246846e 100644
--- a/inc/Tar.class.php
+++ b/inc/Tar.class.php
@@ -530,7 +530,7 @@ class Tar {
* Decode the given tar file header
*
* @param string $block a 512 byte block containign the header data
- * @return array|bool
+ * @return array|false
*/
protected function parseHeader($block) {
if(!$block || strlen($block) != 512) return false;