diff --git a/rostests/apitests/advapi32/RtlEncryptMemory.c b/rostests/apitests/advapi32/RtlEncryptMemory.c index 043a074ee0a..7a0b3d3b35f 100644 --- a/rostests/apitests/advapi32/RtlEncryptMemory.c +++ b/rostests/apitests/advapi32/RtlEncryptMemory.c @@ -15,7 +15,7 @@ START_TEST(RtlEncryptMemory) { - static const CHAR const TestData[32] = "This is some test Message!!!"; + static const CHAR TestData[32] = "This is some test Message!!!"; CHAR Buffer[32]; NTSTATUS Status;