Updated SC2249 (markdown)

Olliver Schinagl
2021-10-07 09:28:41 +02:00
parent aeadbd8948
commit a34f416609

@@ -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;;
*) # No special workarounds identified
*) # fall-through, No special workarounds identified
esac
```