From 9848ad42ac6bcfa37e7bea414ed4c416b9e4ba97 Mon Sep 17 00:00:00 2001 From: tafaar Date: Tue, 18 Oct 2022 14:42:39 -0700 Subject: fixed 3.6 --- CST116-Ch9-Debugging/CST116-Ch9-Debugging.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CST116-Ch9-Debugging/CST116-Ch9-Debugging.cpp') diff --git a/CST116-Ch9-Debugging/CST116-Ch9-Debugging.cpp b/CST116-Ch9-Debugging/CST116-Ch9-Debugging.cpp index 44709a4..c49a8b1 100644 --- a/CST116-Ch9-Debugging/CST116-Ch9-Debugging.cpp +++ b/CST116-Ch9-Debugging/CST116-Ch9-Debugging.cpp @@ -94,7 +94,7 @@ int main() // Breakpoint 2 // Put breakpoint on the following line - PrintResults(age, days); + PrintResults(days, age); return 0; } -- cgit v1.2.3