diff options
author | Edward J. Schwartz <eschwartz@cert.org> | 2022-10-28 08:04:06 -0400 |
---|---|---|
committer | Edward J. Schwartz <eschwartz@cert.org> | 2022-10-28 08:04:06 -0400 |
commit | 2da6b6bf42b528325c15b410416235dc46726d4e (patch) | |
tree | 6239deedc59af2396f39725af975318342174825 /src | |
parent | 15a26d3303d049625ea32a9dcff98fc98e27c34c (diff) | |
download | afl++-2da6b6bf42b528325c15b410416235dc46726d4e.tar.gz |
Add braces
Diffstat (limited to 'src')
-rw-r--r-- | src/afl-showmap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/afl-showmap.c b/src/afl-showmap.c index af5fb72a..4e6dc8b7 100644 --- a/src/afl-showmap.c +++ b/src/afl-showmap.c @@ -1015,7 +1015,7 @@ int main(int argc, char **argv_orig, char **envp) { } - } else fsrv->exec_tmout = 0; + } else { fsrv->exec_tmout = 0; } break; |