]> git.cameronkatri.com Git - bsdgames-darwin.git/blobdiff - battlestar/command2.c
Simplify, little KNF
[bsdgames-darwin.git] / battlestar / command2.c
index 158e546a009b14f56d4a5b1a27be394b52077bb0..530bcfde44835cfe19ed5235df34a7028b6c2731 100644 (file)
@@ -1,4 +1,4 @@
-/*     $NetBSD: command2.c,v 1.3 2005/07/01 06:04:54 jmc Exp $ */
+/*     $NetBSD: command2.c,v 1.4 2019/02/03 03:19:25 mrg Exp $ */
 
 /*
  * Copyright (c) 1983, 1993
@@ -34,7 +34,7 @@
 #if 0
 static char sccsid[] = "@(#)com2.c     8.2 (Berkeley) 4/28/95";
 #else
-__RCSID("$NetBSD: command2.c,v 1.3 2005/07/01 06:04:54 jmc Exp $");
+__RCSID("$NetBSD: command2.c,v 1.4 2019/02/03 03:19:25 mrg Exp $");
 #endif
 #endif                         /* not lint */
 
@@ -271,6 +271,7 @@ murder(void)
                                puts("Your fantasy is over.");
                                die();
                        }
+                       /* FALLTHROUGH */
                case -1:
                        puts("Kill what?");
                        break;