aboutsummaryrefslogtreecommitdiff
path: root/CST116-Ch8-Debugging/CST116-Ch8-Debugging-Chambers.cpp
diff options
context:
space:
mode:
authorTheOtherTonyStark <[email protected]>2022-10-12 17:08:50 -0700
committerTheOtherTonyStark <[email protected]>2022-10-12 17:08:50 -0700
commit751e548e46ad8568e5dd7ee0374e958571e2721a (patch)
treecb4819a273a2ae6ffe6eb51d118f6aed864d2d6b /CST116-Ch8-Debugging/CST116-Ch8-Debugging-Chambers.cpp
parentSecond Commit (diff)
downloadcst116-chapter8-debugging-theothertonystark-751e548e46ad8568e5dd7ee0374e958571e2721a.tar.xz
cst116-chapter8-debugging-theothertonystark-751e548e46ad8568e5dd7ee0374e958571e2721a.zip
Third Commit
Diffstat (limited to 'CST116-Ch8-Debugging/CST116-Ch8-Debugging-Chambers.cpp')
-rw-r--r--CST116-Ch8-Debugging/CST116-Ch8-Debugging-Chambers.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/CST116-Ch8-Debugging/CST116-Ch8-Debugging-Chambers.cpp b/CST116-Ch8-Debugging/CST116-Ch8-Debugging-Chambers.cpp
index 55cab65..72c5f2c 100644
--- a/CST116-Ch8-Debugging/CST116-Ch8-Debugging-Chambers.cpp
+++ b/CST116-Ch8-Debugging/CST116-Ch8-Debugging-Chambers.cpp
@@ -63,7 +63,7 @@ int main()
// Breakpoint 1
// Put a breakpoint on the following line
- while (i < 0)
+ while (i < 10.0)
cout << i << endl;
// Breakpoint 2