diff --git a/es/blatt6/uebung6-1/uebung6-1.ino b/es/blatt6/uebung6-1/uebung6-1.ino index 517dbd3..38fc8e0 100644 --- a/es/blatt6/uebung6-1/uebung6-1.ino +++ b/es/blatt6/uebung6-1/uebung6-1.ino @@ -462,6 +462,6 @@ void showFile(String fileName) printImage(x, y, rows, cols, pixelsInt); } - // TODO Closing the file? + file.close(); } }