diff --git a/src/util/webster.c b/src/util/webster.c index f3a5baa..2562216 100755 --- a/src/util/webster.c +++ b/src/util/webster.c @@ -55,7 +55,7 @@ void parse_webster_html(char *arg) { return; } -// unlink("webster.html"); /* We can still read */ + unlink("webster.html"); /* We can still read */ for ( ; get_line(infile, buf)!=0; ) {