summaryrefslogtreecommitdiff
path: root/sgetopt.c
diff options
context:
space:
mode:
Diffstat (limited to 'sgetopt.c')
-rw-r--r--sgetopt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sgetopt.c b/sgetopt.c
index 8bb608f..778bca2 100644
--- a/sgetopt.c
+++ b/sgetopt.c
@@ -27,7 +27,7 @@ Documentation in sgetopt.3.
27int opterr = 1; 27int opterr = 1;
28const char *optprogname = 0; 28const char *optprogname = 0;
29 29
30int getopt(int argc,const char *const *argv,const char *opts) 30int getopt(int argc,char *const *argv,const char *opts)
31{ 31{
32 int c; 32 int c;
33 const char *s; 33 const char *s;