Remove an unused variable to make gcc stfu

This commit is contained in:
david parsons
2009-04-27 17:43:45 -07:00
parent 2dcf207a49
commit 321551ffca
+1 -1
View File
@@ -191,7 +191,7 @@ htmlblock(Paragraph *p, struct kw *tag)
Line *ret;
FLO f = { p->text, 0 };
int c;
int i, closing, depth=0, sztag;
int i, closing, depth=0;
if ( tag->selfclose || (tag->size >= MAXTAG) ) {
ret = f.t->next;