mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Remove an extra semicolon from the DOT language output.
PR: kern/178540 Submitted by: Trond Endrestol MFC after: 1 week
This commit is contained in:
parent
ff8d43757d
commit
9641a51279
1 changed files with 1 additions and 1 deletions
|
|
@ -105,7 +105,7 @@ g_confdot(void *p, int flag )
|
|||
sbuf_printf(sb, "digraph geom {\n");
|
||||
LIST_FOREACH(mp, &g_classes, class)
|
||||
g_confdot_class(sb, mp);
|
||||
sbuf_printf(sb, "};\n");
|
||||
sbuf_printf(sb, "}\n");
|
||||
sbuf_finish(sb);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue