Commit 7aa3f9af authored by Simon Kelley's avatar Simon Kelley

format fix.

parent f7cf7499
...@@ -2966,7 +2966,6 @@ static int one_opt(int option, char *arg, char *errstr, char *gen_err, int comma ...@@ -2966,7 +2966,6 @@ static int one_opt(int option, char *arg, char *errstr, char *gen_err, int comma
} }
if (len == -1) if (len == -1)
ret_err(_("bad hex constant")); ret_err(_("bad hex constant"));
else if ((new->clid = opt_malloc(len))) else if ((new->clid = opt_malloc(len)))
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment