diff options
Diffstat (limited to 'libXdmcp/DA8.c')
-rw-r--r-- | libXdmcp/DA8.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libXdmcp/DA8.c b/libXdmcp/DA8.c index 9c206904d..dbcd63542 100644 --- a/libXdmcp/DA8.c +++ b/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; |