diff --git a/parser_cs2.c b/parser_cs2.c index ff9d1c7..77a3632 100644 --- a/parser_cs2.c +++ b/parser_cs2.c @@ -141,7 +141,7 @@ static char *err_message[] = - does service functions */ -while ( gets ( in_line ) != NULL ) +while (in_line != NULL ) { no_lines ++;