about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorEdward J. Schwartz <eschwartz@cert.org>2022-10-28 08:04:06 -0400
committerEdward J. Schwartz <eschwartz@cert.org>2022-10-28 08:04:06 -0400
commit2da6b6bf42b528325c15b410416235dc46726d4e (patch)
tree6239deedc59af2396f39725af975318342174825 /src
parent15a26d3303d049625ea32a9dcff98fc98e27c34c (diff)
downloadafl++-2da6b6bf42b528325c15b410416235dc46726d4e.tar.gz
Add braces
Diffstat (limited to 'src')
-rw-r--r--src/afl-showmap.c2
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;