summaryrefslogtreecommitdiff
path: root/lib/libXdmcp/DA8.c
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@cvs.openbsd.org>2009-10-31 17:53:32 +0000
committerMatthieu Herrb <matthieu@cvs.openbsd.org>2009-10-31 17:53:32 +0000
commita250a71b04201b2df632b56f7c4c17d7cc7a6e4d (patch)
tree8f8294c349bf0494cd3c604efbc09a016d1aa30f /lib/libXdmcp/DA8.c
parent0d2f28efc0fc1ed84fbdd2f337634861698bc009 (diff)
Update to libXdmcp 1.0.3
Diffstat (limited to 'lib/libXdmcp/DA8.c')
-rw-r--r--lib/libXdmcp/DA8.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libXdmcp/DA8.c b/lib/libXdmcp/DA8.c
index 9c206904d..dbcd63542 100644
--- a/lib/libXdmcp/DA8.c
+++ b/lib/libXdmcp/DA8.c
@@ -36,8 +36,7 @@ in this Software without prior written authorization from The Open Group.
#include <X11/Xdmcp.h>
void
-XdmcpDisposeARRAY8 (array)
- ARRAY8Ptr array;
+XdmcpDisposeARRAY8 (ARRAY8Ptr array)
{
if (array->data != NULL) Xfree (array->data);
array->length = 0;