diff options
author | Frank Smit <frank@61924.nl> | 2020-08-30 13:51:49 +0000 |
---|---|---|
committer | Frank Smit <frank@61924.nl> | 2020-08-30 13:51:49 +0000 |
commit | 026a628d0ebce3d347322d629031d0fdc93308bf (patch) | |
tree | 4327992a109421b50e15baab9632297cc0283d47 /lib/std/test/ipparse.myr | |
parent | d90515c5036b9c62dedc9895c781c6459c872209 (diff) | |
download | mc-026a628d0ebce3d347322d629031d0fdc93308bf.tar.gz |
Type was not applied to pdst.
Diffstat (limited to 'lib/std/test/ipparse.myr')
-rw-r--r-- | lib/std/test/ipparse.myr | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/std/test/ipparse.myr b/lib/std/test/ipparse.myr index 40ff726..ae23709 100644 --- a/lib/std/test/ipparse.myr +++ b/lib/std/test/ipparse.myr @@ -60,7 +60,8 @@ const main = { } const eq = {ip, expected - var pdst, edst : byte[16] + var pdst : byte[16] + var edst : byte[16] var parsed var p, e |