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
@ -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