diff options
| -rw-r--r-- | listamsb.c | 3 | 
1 files changed, 1 insertions, 2 deletions
| @@ -295,8 +295,7 @@ int main(int argc, char **argv) {  	proglen = read_header();  	while( (lineno = next_line()) != -1 ) -		if(verbose) -			fprintf(stderr, "line %d read OK\n", lineno); +		/* nop */ ;  	if(verbose)  		fprintf(stderr, "read %d bytes\n", bytes_read);; | 
