From c1e8838bf5483a5b7a8a2556a43ee2cf1040a1a1 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Matthias=20Dieter=20Walln=C3=B6fer?= Date: Wed, 26 May 2010 17:41:50 +0200 Subject: [PATCH] flags.h - fix comment for "GTYPE_SECURITY_UNIVERSAL_GROUP" constant --- libds/common/flags.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libds/common/flags.h b/libds/common/flags.h index 6a29b1b5100..396df7c1a98 100644 --- a/libds/common/flags.h +++ b/libds/common/flags.h @@ -110,7 +110,7 @@ GROUP_TYPE_SECURITY_ENABLED \ ) #define GTYPE_SECURITY_UNIVERSAL_GROUP ( \ - /* 0x80000008 -2147483656 */ \ + /* 0x80000008 -2147483640 */ \ GROUP_TYPE_UNIVERSAL_GROUP| \ GROUP_TYPE_SECURITY_ENABLED \ ) -- 2.34.1