about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorvanhauser-thc <vh@thc.org>2023-04-27 18:57:28 +0200
committervanhauser-thc <vh@thc.org>2023-04-27 18:57:28 +0200
commit6cad585bdc5c335cc2894c97e9aaf6d5fff88e1f (patch)
tree194bd96e0e36790217939fd81fe92be5307e7684 /src
parent6172bc7312f85276101edbf78d2dd702f9ddfb49 (diff)
downloadafl++-6cad585bdc5c335cc2894c97e9aaf6d5fff88e1f.tar.gz
nits
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 d0e01cb1..f60acb2d 100644
--- a/src/afl-showmap.c
+++ b/src/afl-showmap.c
@@ -1287,7 +1287,7 @@ int main(int argc, char **argv_orig, char **envp) {
 
         break;
 
-      case 'Y':  // fallthough
+      case 'Y':  // fallthrough
 #ifdef __linux__
       case 'X':                                                 /* NYX mode */