format fix.

This commit is contained in:
Simon Kelley
2016-03-01 16:32:30 +00:00
parent f7cf749943
commit 7aa3f9af66

View File

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