aboutsummaryrefslogtreecommitdiff
path: root/Project1/program.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Project1/program.cpp')
-rw-r--r--Project1/program.cpp4
1 files changed, 2 insertions, 2 deletions
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