aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--games/dr.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/dr.sh b/games/dr.sh
index e1db163d..9f08164d 100644
--- a/games/dr.sh
+++ b/games/dr.sh
@@ -16,7 +16,7 @@ d=${nd#*d}
# Check this is a real die you can actually roll
case $d in
- 4|6|8|10|12|20) : ;;
+ 4|6|8|10|12|20) ;;
*) exit 2 ;;
esac