diff options
Diffstat (limited to 'src/w32.c')
-rw-r--r-- | src/w32.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/w32.c b/src/w32.c index 55e471f14c2..26ea15d8910 100644 --- a/src/w32.c +++ b/src/w32.c @@ -6259,7 +6259,7 @@ acl_valid (acl_t acl) return is_valid_security_descriptor ((PSECURITY_DESCRIPTOR)acl) ? 0 : -1; } -char * +char * ATTRIBUTE_MALLOC acl_to_text (acl_t acl, ssize_t *size) { LPTSTR str_acl; |