diff options
author | Ori Bernstein <ori@eigenstate.org> | 2013-01-21 11:55:34 -0500 |
---|---|---|
committer | Ori Bernstein <ori@eigenstate.org> | 2013-01-21 11:55:40 -0500 |
commit | 693647efbb86d842a9edc6e15c8d2420ff14b01c (patch) | |
tree | 35bf04506c85859713ae8193facf764aa10b4ee5 /libstd/optparse.myr | |
parent | 6f4d243b545169886cfd4498386337ec37d18a1e (diff) | |
download | mc-693647efbb86d842a9edc6e15c8d2420ff14b01c.tar.gz |
Add a license.
MIT style, because why not.
Diffstat (limited to 'libstd/optparse.myr')
-rw-r--r-- | libstd/optparse.myr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libstd/optparse.myr b/libstd/optparse.myr index 037b1a4..6702514 100644 --- a/libstd/optparse.myr +++ b/libstd/optparse.myr @@ -15,7 +15,7 @@ pkg std = arglist : byte[:][:] ;; - const optinit : (opts : byte[:], opts : byte[:][:] -> optctx*) + const optinit : (opts : byte[:], args : byte[:][:] -> optctx*) const optnext : (ctx : optctx* -> char) const optarg : (ctx : optctx* -> byte[:]) ;; |