[ES] Added file close statement

Signed-óff-by: Jim Martens <github@2martens.de>
This commit is contained in:
Jim Martens 2015-07-07 11:42:33 +02:00
parent ecf84eced8
commit d08780bdb3
1 changed files with 1 additions and 1 deletions

View File

@ -462,6 +462,6 @@ void showFile(String fileName)
printImage(x, y, rows, cols, pixelsInt);
}
// TODO Closing the file?
file.close();
}
}