diff options
Diffstat (limited to '')
-rw-r--r-- | ee1301/wk3/hw3_directory/strap012_HW3C.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ee1301/wk3/hw3_directory/strap012_HW3C.cpp b/ee1301/wk3/hw3_directory/strap012_HW3C.cpp index 54f9af5..79a65a2 100644 --- a/ee1301/wk3/hw3_directory/strap012_HW3C.cpp +++ b/ee1301/wk3/hw3_directory/strap012_HW3C.cpp @@ -31,7 +31,7 @@ int main() { // --------------------------- // Swaps the case of a latin ASCII character and prints an error if not one // s: the character inputted -//Outputs: Nothing, the function just outputs the response +// Outputs: Nothing, the function just outputs the response void swapCase(char s) { char New; |