summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ws2a/showbug.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ws2a/showbug.c b/ws2a/showbug.c
index aa5cf7d..8aa4aeb 100644
--- a/ws2a/showbug.c
+++ b/ws2a/showbug.c
@@ -37,8 +37,8 @@ int main(){
printf("Unable to open bug file!");
return 1;
}
+ printf("File:");
while(!feof(bugfile)){
- printf("File:");
putchar(fgetc(bugfile));
}
fclose(bugfile);