Skip to content

Commit

Permalink
fix building with DEBUG_TRACE
Browse files Browse the repository at this point in the history
--HG--
branch : fuzz
  • Loading branch information
mkj committed May 26, 2017
1 parent 25607c0 commit 2e298b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fuzz-wrapfd.c
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ static unsigned int nused;
static unsigned short rand_state[3];

void wrapfd_setup() {
TRACE(("wrapfd_setup %x", seed))
TRACE(("wrapfd_setup"))
nused = 0;
memset(wrap_fds, 0x0, sizeof(wrap_fds));
memset(wrap_used, 0x0, sizeof(wrap_used));
Expand Down

0 comments on commit 2e298b2

Please sign in to comment.