Trying harder and fixing missing brackets

This commit is contained in:
Anton Dolozin 2025-10-13 15:14:11 +02:00
parent f705e90a84
commit 03518444c1

View File

@ -192,7 +192,7 @@ void read_input(LinkedNode** head){
if(*head != NULL){
if (buff[i] == '[')
{
printf("Read: %sMissing closing bracket: ]\n", buff);
printf("Read: %sMissing closing brackets: ]\n", buff);
return;
}