summaryrefslogtreecommitdiffstats
path: root/tests/testrecord.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/testrecord.c')
-rw-r--r--tests/testrecord.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/testrecord.c b/tests/testrecord.c
index 2ee2c25..2fbe469 100644
--- a/tests/testrecord.c
+++ b/tests/testrecord.c
@@ -384,7 +384,7 @@ static void test_msirecord(void)
static void test_MsiRecordGetString(void)
{
MSIOBJECT *rec;
- CHAR buf[MAX_PATH];
+ char buf[MAX_PATH];
unsigned sz;
unsigned r;
@@ -478,8 +478,8 @@ static void test_fieldzero(void)
MSIOBJECT *hdb;
MSIOBJECT *hview;
MSIOBJECT *rec;
- CHAR buf[MAX_PATH];
- const CHAR *query;
+ char buf[MAX_PATH];
+ const char *query;
unsigned sz;
unsigned r;