From 0822b2f4baa9807164cbdbbb07aab1c9f02c060e Mon Sep 17 00:00:00 2001 From: Peter Evans Date: Mon, 12 Feb 2018 21:11:50 -0600 Subject: [PATCH] Use the correct file name --- src/apple2.bank.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apple2.bank.c b/src/apple2.bank.c index f168d29..44e28aa 100644 --- a/src/apple2.bank.c +++ b/src/apple2.bank.c @@ -1,5 +1,5 @@ /* - * apple2.mem.c + * apple2.bank.c */ #include "apple2.h"