mirror of
https://github.com/opnsense/src.git
synced 2026-04-25 08:07:28 -04:00
extattr: Remove useless return at the end of void function
Signed-off-by: Elyes Haouas <ehaouas@noos.fr> Reviewed by: imp Pull Request: https://github.com/freebsd/freebsd-src/pull/656
This commit is contained in:
parent
86cda797bd
commit
a5aa07dd85
1 changed files with 0 additions and 1 deletions
|
|
@ -98,7 +98,6 @@ mkbuf(char **buf, int *oldlen, int newlen)
|
|||
if (*buf == NULL)
|
||||
err(1, "malloc");
|
||||
*oldlen = newlen;
|
||||
return;
|
||||
}
|
||||
|
||||
int
|
||||
|
|
|
|||
Loading…
Reference in a new issue