diff --git a/cv3/program.c b/cv3/program.c index 30f40e5..10995b9 100644 --- a/cv3/program.c +++ b/cv3/program.c @@ -15,7 +15,7 @@ int main() { while (count < SIZE && scanf("%c", &input) == 1) { ivrt = atof(input); if (ivrt == 0.00){ - printf("String \n"; + printf("String \n"); } coefs[count] = input; count++;