summaryrefslogtreecommitdiff
path: root/subgetopt.c
diff options
context:
space:
mode:
Diffstat (limited to 'subgetopt.c')
-rw-r--r--subgetopt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/subgetopt.c b/subgetopt.c
index 85ace96..a23e0d7 100644
--- a/subgetopt.c
+++ b/subgetopt.c
@@ -16,7 +16,7 @@ const char *optarg = 0;
16int optproblem = 0; 16int optproblem = 0;
17int optdone = SUBGETOPTDONE; 17int optdone = SUBGETOPTDONE;
18 18
19int sgopt(int argc,const char *const *argv,const char *opts) 19int sgopt(int argc,char *const *argv,const char *opts)
20{ 20{
21 int c; 21 int c;
22 const char *s; 22 const char *s;