From df98b6bde521211c8f1246157e5e6a4a40e710f4 Mon Sep 17 00:00:00 2001 From: Andrey Konovalov Date: Tue, 20 Dec 2016 18:12:07 +0100 Subject: prog: add bytesizeN types --- sys/decl.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/decl.go') diff --git a/sys/decl.go b/sys/decl.go index bb82cfa18..63fca61b7 100644 --- a/sys/decl.go +++ b/sys/decl.go @@ -157,7 +157,7 @@ type LenType struct { TypeCommon TypeSize uintptr BigEndian bool - ByteSize bool // want size in bytes instead of array size + ByteSize uintptr // want size in multiple of bytes instead of array size Buf string } -- cgit mrf-deployment