diff options
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; |