aboutsummaryrefslogtreecommitdiff
path: root/Project1/program.cpp
diff options
context:
space:
mode:
authorConnor McDowell <[email protected]>2024-02-21 20:18:46 -0800
committerConnor McDowell <[email protected]>2024-02-21 20:18:46 -0800
commit70e5cdf7d6274a7b1dd7e853820f86b502ee8b55 (patch)
treedb112077cb0b9d1f6a2d6f22f15ddae686b6990f /Project1/program.cpp
parenttesting (diff)
downloadhomework-6-connormcdowell275-70e5cdf7d6274a7b1dd7e853820f86b502ee8b55.tar.xz
homework-6-connormcdowell275-70e5cdf7d6274a7b1dd7e853820f86b502ee8b55.zip
so close to being done oh my god
Diffstat (limited to 'Project1/program.cpp')
-rw-r--r--Project1/program.cpp2
1 files changed, 1 insertions, 1 deletions
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);