mirror of
https://github.com/Orc/discount.git
synced 2026-09-25 04:10:00 +03:00
Remove an unused variable to make gcc stfu
This commit is contained in:
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user