aboutsummaryrefslogtreecommitdiff
path: root/include/snapshot-inl.h
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2020-07-30 18:06:25 +0200
committervan Hauser <vh@thc.org>2020-07-30 18:06:25 +0200
commitc661587128fd84847e88bb1b66e8403b81d0d296 (patch)
treefbe8981c37688bc5c91c266685d6184ab61a83be /include/snapshot-inl.h
parent486e5365d9e5cb56ffd5b5ade2f81a728de4a175 (diff)
downloadAFLplusplus-c661587128fd84847e88bb1b66e8403b81d0d296.tar.gz
cdecl void
Diffstat (limited to 'include/snapshot-inl.h')
-rw-r--r--include/snapshot-inl.h2
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;