summaryrefslogtreecommitdiff
path: root/modules/system
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2010-02-09 12:29:39 +0000
committerDries Buytaert <dries@buytaert.net>2010-02-09 12:29:39 +0000
commita2ec3c3852d825c407e10a0ca76470f8026a33d7 (patch)
tree6a49c6c41061c5941f89393c6ca9c084bbb07caa /modules/system
parent7e8709b2dc0236232451d02a8cf440f290f6c63f (diff)
downloadbrdo-a2ec3c3852d825c407e10a0ca76470f8026a33d7.tar.gz
brdo-a2ec3c3852d825c407e10a0ca76470f8026a33d7.tar.bz2
- Patch #708144 by lilou: remove double semicolons at end of line.
Diffstat (limited to 'modules/system')
-rw-r--r--modules/system/system.tar.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/system/system.tar.inc b/modules/system/system.tar.inc
index e8ae2517f..e21bb04e3 100644
--- a/modules/system/system.tar.inc
+++ b/modules/system/system.tar.inc
@@ -962,7 +962,7 @@ class Archive_Tar
}
// ----- Calculate the stored filename
- $p_filename = $this->_translateWinPath($p_filename, false);;
+ $p_filename = $this->_translateWinPath($p_filename, false);
$v_stored_filename = $p_filename;
if (strcmp($p_filename, $p_remove_dir) == 0) {
return true;
@@ -1025,7 +1025,7 @@ class Archive_Tar
}
// ----- Calculate the stored filename
- $p_filename = $this->_translateWinPath($p_filename, false);;
+ $p_filename = $this->_translateWinPath($p_filename, false);
if (!$this->_writeHeaderBlock($p_filename, strlen($p_string),
time(), 384, "", 0, 0))