diff options
author | David Leonard <d@cvs.openbsd.org> | 1999-08-30 23:29:47 +0000 |
---|---|---|
committer | David Leonard <d@cvs.openbsd.org> | 1999-08-30 23:29:47 +0000 |
commit | 1d858896d3b6366e69f8d1a1d694b3779b4489f5 (patch) | |
tree | d9b45c3916ac7fc53368857afa310f5950acaac3 /games/hunt/huntd | |
parent | 3efc42875624d19c1e0440c65a12f8c8e6dc66fb (diff) |
add semicolon to pacify gcc -Wall
Diffstat (limited to 'games/hunt/huntd')
-rw-r--r-- | games/hunt/huntd/execute.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/hunt/huntd/execute.c b/games/hunt/huntd/execute.c index 6841907c2cb..e45297c6704 100644 --- a/games/hunt/huntd/execute.c +++ b/games/hunt/huntd/execute.c @@ -1,4 +1,4 @@ -/* $OpenBSD: execute.c,v 1.4 1999/02/01 06:53:56 d Exp $ */ +/* $OpenBSD: execute.c,v 1.5 1999/08/30 23:29:46 d Exp $ */ /* $NetBSD: execute.c,v 1.2 1997/10/10 16:33:13 lukem Exp $ */ /* * Hunt @@ -45,6 +45,7 @@ mon_execute(pp) break; default: /* Ignore everything else */ + ; } } |