diff options
Diffstat (limited to 'CST116-Ch9-Debugging/CST116-Ch9-Debugging-Chambers.cpp')
| -rw-r--r-- | CST116-Ch9-Debugging/CST116-Ch9-Debugging-Chambers.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |