diff options
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); |