From 62393052dd52219925be2858c4f8cfb4fa4c2c81 Mon Sep 17 00:00:00 2001 From: RossTheRoss Date: Thu, 28 Feb 2019 13:26:39 -0600 Subject: Inconsistency --- ee1301/wk3/hw3_directory/strap012_HW3C.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- cgit v1.2.3