oops break

This commit is contained in:
Tyrel Souza 2021-10-21 23:29:25 -04:00
parent 0e5a33b874
commit 36a08aaf95

1
tted.c
View File

@ -549,7 +549,6 @@ char *editorPrompt(char *prompt){
buf[buflen++] = c;
buf[buflen] = '\0';
}
break;
}
}