[APITESTS]: Fix MSVC warning C4114: "same type qualifier used more than once".
[reactos.git] / rostests / apitests / advapi32 / RtlEncryptMemory.c
index 043a074..7a0b3d3 100644 (file)
@@ -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;