clean: change return value

This commit is contained in:
2025-11-18 08:16:26 -06:00
parent 6dcc4f39cc
commit 878258aa98

View File

@ -64,7 +64,7 @@ range_error:
value_error: value_error:
print_err("invalid argument: in '%s' '%c' is not a digit", str, *start); print_err("invalid argument: in '%s' '%c' is not a digit", str, *start);
return 1; return 2;
} }
static int get_setting(char * const *av, struct setting *setting) static int get_setting(char * const *av, struct setting *setting)