some code clean-up in bigint.c
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-08-12 02:27:07 +09:00
parent 185f72381a
commit 1338e88fa3
4 changed files with 28 additions and 58 deletions

View File

@ -722,7 +722,7 @@ int main (int argc, char* argv[])
};
static hcl_bopt_t opt =
{
"l:nv",
"l:v",
lopt
};