diff options
author | van Hauser <vh@thc.org> | 2020-07-30 18:06:25 +0200 |
---|---|---|
committer | van Hauser <vh@thc.org> | 2020-07-30 18:06:25 +0200 |
commit | c661587128fd84847e88bb1b66e8403b81d0d296 (patch) | |
tree | fbe8981c37688bc5c91c266685d6184ab61a83be /include | |
parent | 486e5365d9e5cb56ffd5b5ade2f81a728de4a175 (diff) | |
download | afl++-c661587128fd84847e88bb1b66e8403b81d0d296.tar.gz |
cdecl void
Diffstat (limited to 'include')
-rw-r--r-- | include/snapshot-inl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/snapshot-inl.h b/include/snapshot-inl.h index a75d69c0..a18187ef 100644 --- a/include/snapshot-inl.h +++ b/include/snapshot-inl.h @@ -66,7 +66,7 @@ struct afl_snapshot_vmrange_args { static int afl_snapshot_dev_fd; -static int afl_snapshot_init() { +static int afl_snapshot_init(void) { afl_snapshot_dev_fd = open(AFL_SNAPSHOT_FILE_NAME, 0); return afl_snapshot_dev_fd; |