diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2009-10-31 17:53:32 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2009-10-31 17:53:32 +0000 |
commit | a250a71b04201b2df632b56f7c4c17d7cc7a6e4d (patch) | |
tree | 8f8294c349bf0494cd3c604efbc09a016d1aa30f /lib/libXdmcp/DA8.c | |
parent | 0d2f28efc0fc1ed84fbdd2f337634861698bc009 (diff) |
Update to libXdmcp 1.0.3
Diffstat (limited to 'lib/libXdmcp/DA8.c')
-rw-r--r-- | lib/libXdmcp/DA8.c | 3 |
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; |