diff options
| author | Connor McDowell <[email protected]> | 2024-02-21 20:18:46 -0800 |
|---|---|---|
| committer | Connor McDowell <[email protected]> | 2024-02-21 20:18:46 -0800 |
| commit | 70e5cdf7d6274a7b1dd7e853820f86b502ee8b55 (patch) | |
| tree | db112077cb0b9d1f6a2d6f22f15ddae686b6990f /Project1/program.cpp | |
| parent | testing (diff) | |
| download | homework-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.cpp | 2 |
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); |