mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-26 10:53:39 +01: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
173d12f8c2
commit
d588782054
@ -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