ms2html: fix compiler warning

This commit is contained in:
cinap_lenrek 2011-12-09 22:36:40 +01:00
parent 229e8a5de1
commit 92874574e4

View file

@ -1313,7 +1313,6 @@ void
doconvert(void)
{
char c, *p;
Tm *t;
pushsrc(nil);
@ -1355,12 +1354,6 @@ doconvert(void)
if(fsp >= 0 && fstack[fsp])
Bprint(&bout, "%s", fstack[fsp]->end);
Bprint(&bout, "<br>&#32;<br>\n");
/*
Bprint(&bout, "<A href=http://www.lucent.com/copyright.html>\n");
t = localtime(time(nil));
Bprint(&bout, "Copyright</A> &#169; %d Alcatel-Lucent Inc. All rights reserved.\n",
t->year+1900);
*/
Bprint(&bout, "</body></html>\n");
}