Remove extraneous line

This commit is contained in:
Nick Chambers 2022-07-03 00:45:52 -05:00
parent 10e400303f
commit 94f33f1594
1 changed files with 0 additions and 1 deletions

View File

@ -17,7 +17,6 @@ void gargoyle_fill_err(struct gargoyle_err *err, gargoyle_err_type code, int err
err->code = code;
err->errno_code = errno_code;
if(func) {
gargoyle_cpy(err->func, func, GARGOYLE_MAX_FUNC_SZ, GARGOYLE_FLG_FILL0);
}