From 8b4d8b62ff11d14adaba233a814cdd94b5a13f13 Mon Sep 17 00:00:00 2001 From: Trenton Stark Date: Wed, 26 Oct 2022 20:19:16 -0700 Subject: Fixed capitalization. Finished --- CST116-Ch10-Debugging/CST116-Ch10-Debugging-stark.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CST116-Ch10-Debugging/CST116-Ch10-Debugging-stark.cpp b/CST116-Ch10-Debugging/CST116-Ch10-Debugging-stark.cpp index 7ea4aa5..0eb369b 100644 --- a/CST116-Ch10-Debugging/CST116-Ch10-Debugging-stark.cpp +++ b/CST116-Ch10-Debugging/CST116-Ch10-Debugging-stark.cpp @@ -150,4 +150,4 @@ void PrintFunction(const int varX[20], const int varY[20], const int varZ[20]) cout << "\t" << setw(3) << varX[x] << "\t " << varY[x] << "\t " << varZ[x] << endl; -} +} \ No newline at end of file -- cgit v1.2.3