From 23ba129b0fcf42992cd92aab1db94b3c0ae34604 Mon Sep 17 00:00:00 2001 From: Connor McDowell Date: Sat, 17 Feb 2024 21:12:06 -0800 Subject: just missing clean up and syntax fix --- Project1/program.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Project1/program.cpp') diff --git a/Project1/program.cpp b/Project1/program.cpp index 8edbaf7..c97ba49 100644 --- a/Project1/program.cpp +++ b/Project1/program.cpp @@ -41,11 +41,11 @@ int main() } if (c == 3) { - printAll(); + printAll(&newContact[]); } if (c == 4) { - exit(); + O = 0; } } } \ No newline at end of file -- cgit v1.2.3