From 70e5cdf7d6274a7b1dd7e853820f86b502ee8b55 Mon Sep 17 00:00:00 2001 From: Connor McDowell Date: Wed, 21 Feb 2024 20:18:46 -0800 Subject: so close to being done oh my god --- Project1/program.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Project1/program.cpp') diff --git a/Project1/program.cpp b/Project1/program.cpp index 9c134fb..bf4faae 100644 --- a/Project1/program.cpp +++ b/Project1/program.cpp @@ -51,7 +51,7 @@ int main() update(newContact, MAX); break; case 3: - printAll(newContact, t); // Print only the existing contacts + printAll(newContact, MAX); // Print only the existing contacts break; case 4: delete_contact(newContact, MAX); -- cgit v1.2.3