diff options
Diffstat (limited to 'mbld/opts.myr')
-rw-r--r-- | mbld/opts.myr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mbld/opts.myr b/mbld/opts.myr index e753dcf..ffd9595 100644 --- a/mbld/opts.myr +++ b/mbld/opts.myr @@ -84,7 +84,7 @@ const parseversion = {v i = 0 a = [0, 0, 0] - for e in std.bysplit(v, ".") + for e : std.bysplit(v, ".") match std.intparse(e) | `std.Some n: a[i++] = n | `std.None: continue |