Finished 2.7

This commit is contained in:
kdeng00
2020-10-17 20:23:27 -04:00
parent 0a7af7311a
commit 431a789144
2 changed files with 241 additions and 1 deletions
+1 -1
View File
@@ -115,7 +115,7 @@ int main(int argc, char **argv)
int converted_to_number = hex_converted_to_number(val);
printf("%s coverted to a number is %d\n", val, converted_to_number);
printf("%s converted to a number is %d\n", val, converted_to_number);
break;
case INVALID:
printf("%s is an invalid conversion target\n", conversion_target);