aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xutil/dcp2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/dcp b/util/dcp
index ecef67804..5dd9a8807 100755
--- a/util/dcp
+++ b/util/dcp
@@ -28,7 +28,7 @@ if($argc < 3) {
if(strpos($dstfile,'store/') === 0)
$dstfile = substr($dstfile,6);
- if(strpos($dstfile,'/'))
+ if(strpos($dstfile,'/')) {
$nick = substr($dstfile,0,strpos($dstfile,'/'));
$dstfile = substr($dstfile,strlen($nick)+1);
}