From ee8e9f37039509250bb260591b44607df789ab02 Mon Sep 17 00:00:00 2001 From: Trevor Bouchillon Date: Mon, 10 Oct 2022 16:38:42 -0700 Subject: Done --- CST116-Ch8-Debugging/CST116-Ch8-Debugging.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CST116-Ch8-Debugging/CST116-Ch8-Debugging.cpp') diff --git a/CST116-Ch8-Debugging/CST116-Ch8-Debugging.cpp b/CST116-Ch8-Debugging/CST116-Ch8-Debugging.cpp index e64c52e..5c20fbd 100644 --- a/CST116-Ch8-Debugging/CST116-Ch8-Debugging.cpp +++ b/CST116-Ch8-Debugging/CST116-Ch8-Debugging.cpp @@ -85,7 +85,7 @@ int main() // Breakpoint 2 // Put a breakpoint on the following line - for (count = 0; count < 10; count++); + for (count = 0; count++; count < 10); cout << count << endl; return 0; -- cgit v1.2.3