Trying harder and fixing missing brackets
This commit is contained in:
parent
f705e90a84
commit
03518444c1
@ -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;
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user