diff options
author | Andrea Fioraldi <andreafioraldi@gmail.com> | 2019-12-02 14:34:21 +0100 |
---|---|---|
committer | Andrea Fioraldi <andreafioraldi@gmail.com> | 2019-12-02 14:34:21 +0100 |
commit | 124ec8d297269b6b3066123782a7e92c802d2248 (patch) | |
tree | f18a4a42111ea2faa08ef2183d995aa254146e7b /src/afl-as.c | |
parent | e9ed056913b4ce711ae47699c1937779036259e7 (diff) | |
download | afl++-124ec8d297269b6b3066123782a7e92c802d2248.tar.gz |
code format (contributors, do it!)
Diffstat (limited to 'src/afl-as.c')
-rw-r--r-- | src/afl-as.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/afl-as.c b/src/afl-as.c index a0ebb2e0..9abe3fc2 100644 --- a/src/afl-as.c +++ b/src/afl-as.c @@ -83,7 +83,7 @@ static u8 use_64bit = 0; #error "Sorry, 32-bit Apple platforms are not supported." #endif /* __APPLE__ */ -#endif /* ^WORD_SIZE_64 */ +#endif /* ^WORD_SIZE_64 */ /* Examine and modify parameters to pass to 'as'. Note that the file name is always the last parameter passed by GCC, so we exploit this property |