Fix a missed colspan in sblock dumps.

This commit is contained in:
Bill Currie 2012-11-06 22:10:04 +09:00
parent 783b4082a1
commit e77d3b9e54

View file

@ -92,7 +92,7 @@ flow_sblock (dstring_t *dstr, sblock_t *sblock, int blockno)
for (s = sblock->statements; s; s = s->next)
flow_statement (dstr, s);
dasprintf (dstr, " <tr>\n");
dasprintf (dstr, " <td></td>\n");
dasprintf (dstr, " <td colspan=\"2\"></td>\n");
dasprintf (dstr, " <td height=\"0\" colspan=\"2\" "
"port=\"e\"></td>\n");
dasprintf (dstr, " <td></td>\n");