From 15357aa787b55279a9b98c702d57156802b7f973 Mon Sep 17 00:00:00 2001 From: TheOtherTonyStark Date: Sun, 16 Oct 2022 14:43:17 -0700 Subject: Fifth Commit --- CST116-Ch9-Debugging/CST116-Ch9-Debugging-Chambers.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CST116-Ch9-Debugging/CST116-Ch9-Debugging-Chambers.cpp') diff --git a/CST116-Ch9-Debugging/CST116-Ch9-Debugging-Chambers.cpp b/CST116-Ch9-Debugging/CST116-Ch9-Debugging-Chambers.cpp index ddabfe4..7ba503c 100644 --- a/CST116-Ch9-Debugging/CST116-Ch9-Debugging-Chambers.cpp +++ b/CST116-Ch9-Debugging/CST116-Ch9-Debugging-Chambers.cpp @@ -87,7 +87,7 @@ int main() // Breakpoint 2 // Put breakpoint on the following line - PrintResults(age, days); + PrintResults(age, days); return age; } -- cgit v1.2.3