mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-26 11:47:31 +00:00
ngctl dot: Drop invalid trailing semi-colon
PR: 203257 Submitted by: Daniel O'Connor Sponsored by: EMC / Isilon Storage Division
This commit is contained in:
parent
d237d4cccb
commit
2889bad81c
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=288082
@ -187,7 +187,7 @@ DotCmd(int ac, char **av)
|
||||
free(hlresp);
|
||||
}
|
||||
|
||||
fprintf(f, "};\n");
|
||||
fprintf(f, "}\n");
|
||||
|
||||
free(nlresp);
|
||||
if (f != stdout)
|
||||
|
Loading…
Reference in New Issue
Block a user