From 850b130375fb626167c00aba6aeba16f751910c8 Mon Sep 17 00:00:00 2001 From: RossTheRoss Date: Wed, 27 Feb 2019 12:25:43 -0600 Subject: Some final touches/editing --- ee1301/wk3/hw3_directory/strap012_HW3B.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ee1301/wk3/hw3_directory/strap012_HW3B.cpp') diff --git a/ee1301/wk3/hw3_directory/strap012_HW3B.cpp b/ee1301/wk3/hw3_directory/strap012_HW3B.cpp index dac276d..4a80ae7 100644 --- a/ee1301/wk3/hw3_directory/strap012_HW3B.cpp +++ b/ee1301/wk3/hw3_directory/strap012_HW3B.cpp @@ -58,7 +58,7 @@ int charTest (char character) { if (character>= 'A' && character<='Z') { return 3; } else { - return 0; + return 0; } } } -- cgit v1.2.3