diff options
Diffstat (limited to 'libXdmcp/DA32.c')
-rw-r--r-- | libXdmcp/DA32.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libXdmcp/DA32.c b/libXdmcp/DA32.c index 9d9620b81..37cc99ad5 100644 --- a/libXdmcp/DA32.c +++ b/libXdmcp/DA32.c @@ -36,8 +36,7 @@ in this Software without prior written authorization from The Open Group. #include <X11/Xdmcp.h> void -XdmcpDisposeARRAY32 (array) - ARRAY32Ptr array; +XdmcpDisposeARRAY32 (ARRAY32Ptr array) { if (array->data != NULL) Xfree (array->data); array->length = 0; |