aboutsummaryrefslogtreecommitdiff
path: root/test/bin/test_file_read.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/bin/test_file_read.c')
-rw-r--r--test/bin/test_file_read.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/bin/test_file_read.c b/test/bin/test_file_read.c
index 6357feb..503601b 100644
--- a/test/bin/test_file_read.c
+++ b/test/bin/test_file_read.c
@@ -17,7 +17,6 @@ void printData(uint8_t* in) {
void hh_ppu_load_tilemap() {
- //TODO: lees bestand in mem
char* filename = "tiles.bin";
FILE* fp = fopen(filename,"rb");
if (!fp){