diff --git a/optparse.h b/optparse.h index 3a577a7..76beba2 100644 --- a/optparse.h +++ b/optparse.h @@ -52,12 +52,12 @@ #endif struct optparse { + char errmsg[64]; char **argv; + char *optarg; int permute; int optind; int optopt; - char *optarg; - char errmsg[64]; int subopt; };