aboutsummaryrefslogtreecommitdiff
path: root/CST116-Ch9-Debugging
diff options
context:
space:
mode:
authorTrevor Bouchillon <[email protected]>2022-10-16 15:43:27 -0700
committerTrevor Bouchillon <[email protected]>2022-10-16 15:43:27 -0700
commitca541beaf42ce662394fc6e8706320f7cfb07e89 (patch)
tree8d0a9efd40bafbc63098aed16874c1b88b4fb633 /CST116-Ch9-Debugging
parentexercise 3 done (diff)
downloadcst116-ch9-debugging-daboochillin-ca541beaf42ce662394fc6e8706320f7cfb07e89.tar.xz
cst116-ch9-debugging-daboochillin-ca541beaf42ce662394fc6e8706320f7cfb07e89.zip
Exercise 4 complete
Diffstat (limited to 'CST116-Ch9-Debugging')
-rw-r--r--CST116-Ch9-Debugging/CST116-Ch9-Debugging.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/CST116-Ch9-Debugging/CST116-Ch9-Debugging.cpp b/CST116-Ch9-Debugging/CST116-Ch9-Debugging.cpp
index c5dbdb4..132dc42 100644
--- a/CST116-Ch9-Debugging/CST116-Ch9-Debugging.cpp
+++ b/CST116-Ch9-Debugging/CST116-Ch9-Debugging.cpp
@@ -76,7 +76,7 @@
* 4) Step into the PrintResults function.
* 5) Notice that the call stack now shows PrintResults on top of
* the stack.
-********************************************************************/
+*********************************************************************/
#include <iostream>
using std::cout;
using std::cin;