From 684f4dd1c44053517c6685a8a3137691535ecd84 Mon Sep 17 00:00:00 2001 From: van Hauser Date: Wed, 11 Mar 2020 11:42:57 +0100 Subject: honor afl_quiet on env var checks + code-format --- qemu_mode/libcompcov/pmparser.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'qemu_mode/libcompcov/pmparser.h') diff --git a/qemu_mode/libcompcov/pmparser.h b/qemu_mode/libcompcov/pmparser.h index a0441f33..9421d47e 100644 --- a/qemu_mode/libcompcov/pmparser.h +++ b/qemu_mode/libcompcov/pmparser.h @@ -32,8 +32,8 @@ implied warranty. */ typedef struct procmaps_struct { - void *addr_start; //< start address of the area - void *addr_end; //< end address + void * addr_start; //< start address of the area + void * addr_end; //< end address unsigned long length; //< size of the range char perm[5]; //< permissions rwxp -- cgit 1.4.1