minor refactoring
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2025-08-03 00:59:12 +09:00
parent 6c13a3e44b
commit 8b3b560aad
2 changed files with 2 additions and 2 deletions

View File

@ -236,7 +236,7 @@ int hawk_sed_getopt (hawk_sed_t* sed, hawk_sed_opt_t id, void* value)
case HAWK_SED_DEPTH_REX_MATCH:
*(hawk_oow_t*)value = sed->opt.depth.rex.match;
return 0;
};
}
hawk_sed_seterrnum(sed, HAWK_NULL, HAWK_EINVAL);
return -1;