aboutsummaryrefslogtreecommitdiff
path: root/stage1
diff options
context:
space:
mode:
authorChristopher Vogt <oss.nsp@cvogt.org>2017-02-26 22:13:46 +0800
committerChristopher Vogt <oss.nsp@cvogt.org>2017-02-27 18:44:52 +0800
commit5b97caf294b5aa093f11a16be3903916d72bb3e7 (patch)
tree25cd4de7ee941b8e6b033f11c4ce7d3e9ba88a36 /stage1
parentdb054b4d44afdb938baa1f93b6e5d212f918af64 (diff)
downloadcbt-5b97caf294b5aa093f11a16be3903916d72bb3e7.tar.gz
cbt-5b97caf294b5aa093f11a16be3903916d72bb3e7.tar.bz2
cbt-5b97caf294b5aa093f11a16be3903916d72bb3e7.zip
minor syntax fix
Diffstat (limited to 'stage1')
-rw-r--r--stage1/Stage1Lib.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/stage1/Stage1Lib.scala b/stage1/Stage1Lib.scala
index aa7b497..7534b18 100644
--- a/stage1/Stage1Lib.scala
+++ b/stage1/Stage1Lib.scala
@@ -74,7 +74,7 @@ class Stage1Lib( logger: Logger ) extends BaseLib{
try{
Files.copy(stream, incomplete, StandardCopyOption.REPLACE_EXISTING)
} finally {
- stream.close()
+ stream.close
}
sha1.foreach{
hash =>