diff options
author | marc <marc@marc.srlabs.de> | 2023-08-09 17:14:13 +0200 |
---|---|---|
committer | marc <marc@marc.srlabs.de> | 2023-08-09 17:14:13 +0200 |
commit | 55d696fbae435e0e69adf75cb2df1361186fb999 (patch) | |
tree | f39de203508117dcb50b66baa8fd335a887a9c54 /src/afl-fuzz-redqueen.c | |
parent | b4bd33961c645b1fed059d5ff8269911bc941cc9 (diff) | |
download | afl++-55d696fbae435e0e69adf75cb2df1361186fb999.tar.gz |
code format
Diffstat (limited to 'src/afl-fuzz-redqueen.c')
-rw-r--r-- | src/afl-fuzz-redqueen.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/afl-fuzz-redqueen.c b/src/afl-fuzz-redqueen.c index 509f66a3..db4991db 100644 --- a/src/afl-fuzz-redqueen.c +++ b/src/afl-fuzz-redqueen.c @@ -2525,7 +2525,7 @@ static u8 rtn_fuzz(afl_state_t *afl, u32 key, u8 *orig_buf, u8 *buf, u8 *cbuf, */ #ifdef _DEBUG - u32 j; + u32 j; struct cmp_header *hh = &afl->orig_cmp_map->headers[key]; fprintf(stderr, "RTN N hits=%u id=%u shape=%u attr=%u v0=", h->hits, h->id, hshape, h->attribute); |