diff --git a/SC2249.md b/SC2249.md index 3d186e1..81bc8ba 100644 --- a/SC2249.md +++ b/SC2249.md @@ -50,7 +50,7 @@ If you don't have a default case because the default should be to take no action case "$(uname)" in CYGWIN*) cygwin=1;; MINGW*) mingw=1;; - *) # fall-through, No special workarounds identified + *) ;; # fall-through, No special workarounds identified esac ```