From 7b2d648fba8bb714602e16e3fd581ce6e93e10a5 Mon Sep 17 00:00:00 2001 From: Alexander Pickering Date: Mon, 9 May 2016 17:38:43 -0400 Subject: error corrections --- ws2a/showbug.c | 7 ------- 1 file changed, 7 deletions(-) diff --git a/ws2a/showbug.c b/ws2a/showbug.c index 20ce229..266e6ec 100644 --- a/ws2a/showbug.c +++ b/ws2a/showbug.c @@ -41,13 +41,6 @@ int main(){ while(!feof(bugfile)){ char c = fgetc(bugfile); if(c == '\n'){ - part++; - printf(""); - if(part <= 3){ - printf(""); - }else{ - return; - } }else if(c == '&'){ printf("&"); }else if(c == '\"'){ -- cgit v1.2.3-70-g09d2