diff options
| author | Andrea Fioraldi <andreafioraldi@gmail.com> | 2019-09-04 10:03:51 +0200 |
|---|---|---|
| committer | Andrea Fioraldi <andreafioraldi@gmail.com> | 2019-09-04 10:03:51 +0200 |
| commit | e1f18f6212fdab581c3bf732a51dcc5a9cdaa8e7 (patch) | |
| tree | 90b9797ca310168cf1be02959d1738df9650a3f6 /qemu_mode/libcompcov | |
| parent | 9705ccee677eb3009c6d06d1bff4d2b6cf80c4a7 (diff) | |
| download | afl++-e1f18f6212fdab581c3bf732a51dcc5a9cdaa8e7.tar.gz | |
fix typo in custom format
Diffstat (limited to 'qemu_mode/libcompcov')
| -rw-r--r-- | qemu_mode/libcompcov/libcompcov.so.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qemu_mode/libcompcov/libcompcov.so.c b/qemu_mode/libcompcov/libcompcov.so.c index 9d61848e..dd9e2773 100644 --- a/qemu_mode/libcompcov/libcompcov.so.c +++ b/qemu_mode/libcompcov/libcompcov.so.c @@ -34,7 +34,7 @@ #ifndef __linux__ #error "Sorry, this library is Linux-specific for now!" -#endif /* !__linux__ */ +#endif /* !__linux__ */ /* Change this value to tune the compare coverage */ |
