diff options
| author | Your Name <you@example.com> | 2022-08-01 08:10:45 +0100 |
|---|---|---|
| committer | Your Name <you@example.com> | 2022-08-05 20:56:14 +0100 |
| commit | e9cb939956557b1f10bbab289d965f84702962eb (patch) | |
| tree | ca37d3ccbea5d3be29cbb43f04aaee04b158d4a8 /frida_mode/src/seccomp | |
| parent | 7b6743f14ceb426e282900a9d5ee35b1ac820013 (diff) | |
| download | afl++-e9cb939956557b1f10bbab289d965f84702962eb.tar.gz | |
Fixes to formatting
Diffstat (limited to 'frida_mode/src/seccomp')
| -rw-r--r-- | frida_mode/src/seccomp/seccomp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frida_mode/src/seccomp/seccomp.c b/frida_mode/src/seccomp/seccomp.c index 72443831..12b58f4e 100644 --- a/frida_mode/src/seccomp/seccomp.c +++ b/frida_mode/src/seccomp/seccomp.c @@ -13,7 +13,7 @@ void seccomp_on_fork(void) { FFATAL("Seccomp not supported on OSX"); #elif defined(__ANDROID__) FFATAL("Seccomp not supported on Android"); -#else +#else seccomp_callback_parent(); #endif |
