diff options
Diffstat (limited to 'libXdmcp/CA8.c')
-rw-r--r-- | libXdmcp/CA8.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libXdmcp/CA8.c b/libXdmcp/CA8.c index efdd5a17b..dc68c40f4 100644 --- a/libXdmcp/CA8.c +++ b/libXdmcp/CA8.c @@ -37,8 +37,7 @@ in this Software without prior written authorization from The Open Group. #include <X11/Xfuncs.h> int -XdmcpCopyARRAY8 (src, dst) - ARRAY8Ptr src, dst; +XdmcpCopyARRAY8 (ARRAY8Ptr src, ARRAY8Ptr dst) { dst->length = src->length; dst->data = (CARD8 *) Xalloc (dst->length * sizeof (CARD8)); |