aboutsummaryrefslogtreecommitdiff
path: root/tests/testutils.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/testutils.c')
-rw-r--r--tests/testutils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testutils.c b/tests/testutils.c
index b4a3d90..b0a2230 100644
--- a/tests/testutils.c
+++ b/tests/testutils.c
@@ -200,7 +200,7 @@ void save_blob(const char *filename, void *fdt)
int fd;
int totalsize;
int offset;
- void *p;
+ char *p;
int ret;
fd = open(filename, O_WRONLY | O_CREAT | O_TRUNC, 0666);