]> wimlib.net Git - wimlib/blobdiff - programs/imagex-win32.c
lzms_decompress.c: pack states together in struct lzms_decompressor
[wimlib] / programs / imagex-win32.c
index c5c40d5f6f65bf34b0bc6023dcd472dcc5b57ee4..6ff838ca63e845a7053dbc7a2a984b9fafb9a491 100644 (file)
@@ -68,7 +68,7 @@ static wchar_t *
 get_security_descriptor_string(PSECURITY_DESCRIPTOR desc)
 {
        wchar_t *str = NULL;
-       /* 53 characters!!!  */
+       /* 52 characters!!!  */
        ConvertSecurityDescriptorToStringSecurityDescriptorW(
                        desc,
                        SDDL_REVISION_1,