From 87c1596c4f95a46e9a4418821e92713109c90131 Mon Sep 17 00:00:00 2001 From: Andrew Gallant Date: Sat, 28 Dec 2013 09:25:03 -0500 Subject: Fix fmt'd output for union list writing. --- xproto/xproto.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xproto') diff --git a/xproto/xproto.go b/xproto/xproto.go index 1e5f4bb..0de64fd 100644 --- a/xproto/xproto.go +++ b/xproto/xproto.go @@ -1093,7 +1093,7 @@ func (v ClientMessageDataUnion) Bytes() []byte { return buf } -// ClientMessageDataUnionListBytes writes a list of %s(MISSING) values to a byte slice. +// ClientMessageDataUnionListBytes writes a list of ClientMessageDataUnion values to a byte slice. func ClientMessageDataUnionListBytes(buf []byte, list []ClientMessageDataUnion) int { b := 0 var unionBytes []byte -- cgit v1.2.3