Skip to content

Commit bc5d220

Browse files
authored
Update read.c
1 parent daf64ea commit bc5d220

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

read.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,9 @@ void readInput(char []);
99
void readInput(char input[BYTES+1]){
1010
unsigned short int sizeCheck; // temporary saving the length of given input
1111

12-
// read the input
1312
do{
13+
// read the input
1414
gets(input);
15-
//scanf("%[^\n]s", plainText);
1615

1716
// clear the input buffer
1817
fflush(stdin);

0 commit comments

Comments
 (0)