diff options
| -rw-r--r-- | w3mhelperpanel.c | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/w3mhelperpanel.c b/w3mhelperpanel.c index 110794b..96b60a0 100644 --- a/w3mhelperpanel.c +++ b/w3mhelperpanel.c @@ -115,6 +115,7 @@ printMailcapPanel(char *mailcap)      printf("</table>\n<input type=submit name=submit value=\"%s\">\n</form>\n\  </body>\n</html>\n",  	   MSG_DOIT); +    fclose(f);  }  void | 
