Skip to content

Commit

Permalink
Fix warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Luca Marturana committed Jan 6, 2017
1 parent db38999 commit 7d3e737
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions userspace/libscap/scap_savefile.c
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ int scap_dump_write(scap_dumper_t *d, void* buf, unsigned len)
{
return gzwrite(d->m_f, buf, len);
}
return 0;
}

#ifndef _WIN32
Expand Down

0 comments on commit 7d3e737

Please sign in to comment.