mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-23 04:42:32 +00:00
Fix a missed colspan in sblock dumps.
This commit is contained in:
parent
783b4082a1
commit
e77d3b9e54
1 changed files with 1 additions and 1 deletions
|
@ -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");
|
||||
|
|
Loading…
Reference in a new issue