argparse: Handle a corner case of wrong ARGC.
* src/argparse.c (arg_parse): Avoid null dereference when ARGC is wrong.
Good catch